body {
	font-family: Georgia, serif;
	color: #663300;
	margin: 20px;
}

a:link {
	text-decoration: none;
	color: #BBA934;
}
a:visited {
	text-decoration: none;
	color: #BBA934;
}

a:hover {
	text-decoration: underline;
	color: #BBA934;
}
td {
	font-size: smaller;
}


#border {
	border: 1px solid #663300;
}

#title {
	background-image: url(../images/title-underline.gif);
}

#nav {
	position: absolute;
	top: 21px;
	right: 21px;
	padding: 4px;
}

#nav a:link {
	font-weight: bold;
	color: #663300;
}

#nav a:visited{
	font-weight: bold;
	color: #663300;
}

#nav a:hover {
	font-weight: bold;
	color: #BBA934;
}

#footer {
	font-size: xx-small;
	text-align: right;
	padding: .4em;
}

#button a:link {
	font-weight: bold;
	padding: .1em 1em .1em 1em;
	border: 1px solid #663300;
	color: #663300;
}

#button a:visited{
	font-weight: bold;
	padding: .1em 1em .1em 1em;
	border: 1px solid #663300;
	color: #663300;
}

#button a:hover {
	font-weight: bold;
	padding: .1em 1em .1em 1em;
	border: 1px solid #663300;
	text-decoration: none;
	color: #663300;
	background-color: #BBA934;
}
