body {
	background-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #8C6B5C;
	background-attachment: fixed;
	background-image: url(bloodybear.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #8C6B5C;
}
.content {
	padding-top:80px;
	padding-left:60px;
	position: absolute;
	left: 0px;
	top: 0px;
}
a:link, a:active, a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #B49A8B;
	text-decoration: none;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CC0000;
	text-decoration: line-through;	
}
.menu { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #B49A8B;
	text-decoration: none;
}
hr { 
color: #8C6B5C;
height:1px;
}
.current {
	font-weight: bold;
	border: 1px dotted #B49A8B;
}

