
body 
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: Gray;
	color: White;
	background-image: url(bg22.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: Blue;
}
a:visited {
	color: Black;
}
a:hover {
	color: Yellow;
	font-style: italic;
	font-weight: bold;
}


.annotation
{
	font-size: 10px;
}

.navigation
{
	font-size: 10px;
}

.title
{
	font-size: 18px;
	font-weight: bold;
	color: #7CFC00;
}

.footer
{
	font-size: 10px;
}

.description
{
	font-size: 10px;
}


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

#navigation
{
	background-color: #696969;
	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: #696969;
	border: thin outset #555555;
	padding: 2px;
	font-size: 10px;
}

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


