BODY { background-image: url(img/bg.jpg); background-repeat: repeat-x; 
background-color: #ab9584;
margin: 0px;
font-family: Arial;
font-size: 14px;
color: #000000;
}

TABLE { 
font-family: Arial;
font-size: 14px;
color: #000000;
}

a {
color: #0040af;
text-decoration: underline;
}
a:HOVER {
color: #000000;
text-decoration: none;
}

.menutop {
	text-decoration: none;
	font-family: Arial;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	padding-right: 10px;

}

.menutop:Hover {
	text-decoration: underline;
	color: #a0a000;
}

h1 {
font-family: Tahoma;
font-size: 16px;
font-weight: bold;
color: white;
display: inline;
}
