
body 
{
	font-family: arial,helvetica;
	font-size: 12px;
	background-color: Black;
	color: #FFDAB9;
	background-image: url(75.jpg);
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #555555;
	scrollbar-3dlight-color: #777777;
	scrollbar-darkshadow-color: #111111;
	scrollbar-shadow-color: #333333;
	scrollbar-arrow-color: white;
	scrollbar-track-color: #222222;
}

a:link {
	color: #1E90FF;
}
a:visited {
	color: #FF4500;
}
a:hover {
	color: Silver;
	font-style: italic;
	font-weight: bold;
}


.annotation
{
	font-size: 10px;
}

.navigation
{
	font-size: 10px;
}

.title
{
	font-size: 18px;
	color: #DAA520;
}

.footer
{
	font-size: 10px;
}

.description
{
	font-size: 10px;
}


#title
{
	background-color: Black;
	border: thin outset #555555;
	padding: 2px;
}

#navigation
{
	background-color: Black;
	border: thin outset #555555;
	padding: 2px;
	font-size: 10px;
}

#content 
{
	background-color: Black;
	border: thin outset #555555;
	font-size: 10px;
}

td.image
{
	border: thin outset #555555;
	background-color: Black;
}

#description
{
	background-color: Black;
	border: thin outset #555555;
	padding: 2px;
	font-size: 10px;
}

#footer
{
	border: thin outset #555555;
	background-color: Black;
	font-size: 10px;
}


