body {
	background-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #7F7947;
	background-attachment: fixed;
	background-image: url(graphics/ubgrnd2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #B1A678;
}
.content {
	padding-top:80px;
	padding-left:60px;
	position: absolute;
	left: 0px;
	top: 0px;
	color: #669999;
}
.menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #669966;
}
a:link, a:active, a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CAB282;
	text-decoration: none;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CCFF00;
	text-decoration: line-through;	
}

.border {
	border: 1px solid #B1A678;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #B1A678;
	font-weight: bold;
}
img {
	border: none;
}
ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #B1A678;
}
blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #B1A678;
}
hr {
    width: 50%;
	color: #B1A678;
	height: 1px;
}
.current {
	font-weight: bold;
	border: 1px dotted #CAB282;
}
.new {
	text-decoration: blink;
}

