body {
	font-size: 14px;
	font-color: #00002F;
	font-family : Verdana, Arial, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	margin : 0px 0px 0px 0px;
	padding : 10px 10px 10px 10px;
}

hr {
  color: #000066;
  height: 1px;
}

h1 {
	color: Black;
}

h2 {
	color: Navy;
}

h3 {
	color: Navy;
}

h4 {
	color: Navy;
}

}
a:link 
{
	color: blue;
	text-decoration: underline;

}
a:visited
{
	color: blue; 
	text-decoration: underline;
	
}
a:active 
{
	color: red;
	text-decoration: underline;
} 
a:hover 
{
	color: black;
	text-decoration: none;
}
a:menu 
{
	color: white;
	text-decoration: underline;
}
table
{
	bgclor: #fff4c2;
}

th {
	font-size: 14px;
	font : bold;
}

td {
	font-size: 12px;
}

input {
	font : normal 12px Arial, Helvetica, sans-serif;
}

textarea {
	font : normal 12px Arial, Helvetica, sans-serif;
}

select {
	font : normal 12px Arial, Helvetica, sans-serif;
}

.error {
	font : bold 15px;
	color: red;
	font-weight : bold;
<!--
	.underline {
		width:450px;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: solid;
		border-left-style: none;
		border-top-color: #000000;
		border-right-color: #000000;
		border-bottom-color: #000000;
		border-left-color: #000000;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10pt;
		color: #000000;
	}
-->}