body
{
background-color: #333333;
color: #999999;
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
font-style: normal;
font-weight: bold;
text-decoration: none;
}


 a:link
{color: #FF3333;
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
font-weight: bold;
text-decoration: underline;}

a:visited
{color: #FF4444;
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
font-weight: bold;
text-decoration: underline;}

a:active
{color: #00000;
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
font-weight: bold;
text-decoration: underline;}

a:hover
{
color: #00FF00;
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
font-weight: bold;
text-decoration: underline;}

#contents {
	position: absolute;
	background-color: #000000;
	top: 120px;
	left: 200px;
	width: 750px;
	border-width:2px;
	border-style:solid;
  	border-color:#00FF00;
  }



#header {
	position: absolute;

	top: 10px;
	left: 30px;
	width: 920px;

	
	color: #00FF00;
	border-width:2px;
	border-style:solid;
	background-color: #AAAAAA;
	border-color:#00FF00;
	font-size: x-small;
}
#sitemenu {
	position: absolute;

	top: 120px;
	left: 30px;
	width: 160px;
	
	color: #00FF00;
	background-color: #000000;
	font-size: x-small;
	border-width:2px;
	border-style:solid;
  	border-color:#00FF00;
}

img {
	border: none;
}
 
