body
{
background-color: #FFFFFF;
color: #333333;
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: #DD7777;
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
font-weight: bold;
text-decoration: underline;}

#contents {
	position: absolute;
	background-color: #DDDDDD;
	top: 150px;
	left: 50px;
	width: 600px;
	border-width:1px;
	border-style:solid;
  	border-color:#FFAA00;
  }



#header {
	position: absolute;

	top: 10px;
	left: 50px;
	width: 600px;

	
	color: #f993d6;
	background-color: #DDDDDD;
	font-size: x-small;
}
#sitemenu {
	position: absolute;

	top: 150px;
	left: 670px;
	width: 160px;

	
	color: #33333;
	background-color: #DDDDDD;
	font-size: x-small;
	border-width:1px;
	border-style:solid;
  	border-color:#FFAA00;
}

img {
	border: none;
}
 

