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: 200px;
	width: 500px;
}

/* definitions applying to the logo */


.header {
	position: absolute;

	top: 0px;
	left: 0px;
	width: 600px;

	/* use a lighter text color (grey) and a smaller font */
	color: #f993d6;
	background-color: #DDDDDD;
	font-size: x-small;
}
.sitemenu {
	position: absolute;

	top: 150px;
	left: 10px;
	width: 160px;

	/* use a lighter text color (grey) and a smaller font */
	color: #33333;
	background-color: #DDDDD;
	font-size: x-small;
}

img {
	border: none;
}
 
