body {
	background-color: #000000;
	margin-top: 20px;
}

.logo {
	background-repeat: no-repeat;
	background-position: top right;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}	
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
	background-color: #000000;
}


.style1 {color: #000000}
.style3 {font-size: small}
.style4 {font-size: x-small; }
.style5 {color: #FFFFFF}
.style8 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: x-small;
}

a.no-menu:link { color: blue;  text-decoration: none }
a.no-menu:visited { color: blue; text-decoration: none }
a.no-menu:active {  color: blue; text-decoration: none }
a.no-menu:hover {  color: #000000;text-decoration: underline }
