<style type="text/css">
A.menu:link {
text-decoration: none;
color: #000080;
}
A.menu:visited {
text-decoration: none;
color: #000080;
}
A.menu:active {
text-decoration: none;
color: black;
}
A.menu:hover {
text-decoration: none;
background-color:#FFCC00;
color: black;
}

body {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 80%;
	margin: 0;
	padding: 0;
	background-color : #e5e5e5;

}
.tbl1
{
background: url('/images/back.jpg');
background-repeat: no-repeat;
}

p,h1,h2,h3,main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: black;
}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 200%;

	font-weight: bold;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 160%;

	font-weight: bold;
}


h3 {

	font-size: 110%;


}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;


}
a:hover{
text-decoration: underline;
}
</style>
