html,


body {
		background-color: #000088;
		font-family: verdana;
		font-size: 14px;
		color: #000000;
		width: 100%;
		height: 100%;
		margin: 0px;
		padding: 0px;
		text-align: left;
}


hr {
		height: 1px;
		color:#c0c0c0;
}


td {
		font-family: verdana;
		font-size: 14px;
}



div {
		font-family: verdana;
		font-size: 14px;
}



h1 {
		font-family: verdana;
		font-size: 18px;
		color:#000000;
}



h2 {
		font-family: verdana;
		font-size: 16px;
		color:#000000;
}



h3 {
		font-family: verdana;
		font-size: 14px;
		color:#000000;
}



a:link {
		font-family: verdana;
		font-size: 14px;
		text-decoration: none;
		color: #000000;
}



a:visited {
		font-family: verdana;
		font-size: 14px;
		text-decoration: none;
		color: #000000;
}



a:active {
		font-family: verdana;
		font-size: 14px;
		text-decoration: none;
		color: #000000;
}



a:hover {
		color: #ffffff;
}


