body {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 85%;
	margin: 0;
	padding: 0;
	background-color : #0080ff;
	color: white;
	
}
.tbl1 
{
background: url('back.jpg');
background-repeat: no-repeat;
}

p, h1, h2, h3, h4, main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
}


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%;
}

h4 {
	font-size: 200%;
	color: #55aaff;
}

h5 {
	font-size: 80%;
	font-style: italic;
	border: 5px;
	border-color: #8870ff;
	text-align: center;
}

h6 {
	font-size: 85%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color : #0070ff;
	width: 160;
}

a {
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link{color:#000080;}

a:hover{color:yellow;}

a:visited {color:black;}

.menu A:link {text-decoration: none; color:white}
.menu A:visited {text-decoration: none;color:white}
.menu A:active {text-decoration: none overline}
.menu A:hover {text-decoration: none; color: #000080;}