body
{
	margin: 0px 0px 0px 0px;
	background-color: white;
}

input
{
	background-color: white;
}


hr
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
	height: 1px;
	color: black;
}

h1
{
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 20px;
	color: navy;
	font-weight: lighter;
	text-align: left;
	font-family: Verdana, Arial;
	text-decoration: none;
	text-transform: uppercase;
}


h1 a
{
	color: red;
	text-decoration: underline;
}
h1 a:hover
{
	color: black;
	text-decoration: underline;
}

h2
{
	margin: 20px 0px 10px 0px;
	font-weight:bold;
	font-size: 11px;
	color: red;
	font-family: Verdana, Arial;
	text-transform: uppercase;
	text-decoration: underline;	
}
h2 a
{
	color: red;
	text-decoration: underline;
}
h2 a:hover
{
	color: navy;
	text-decoration: underline;
}
ul
{
	margin: 5px 5px 5px 40px;
}


h3
{
	margin: 20px 0px 10px 0px;
	font-weight:bold;
	font-size: 11px;
	color: red;
	font-family: Verdana, Arial;
	text-transform: uppercase;
	text-decoration: none;	
}
h3 a
{
	color: red;
	text-decoration: none;
}
h3 a:hover
{
	color: navy;
	text-decoration: none;
}

h4
{
	
	font-weight:bold;
	font-size: 11px;
	color: black;
	font-family: Verdana, Arial;
	text-transform: uppercase;
	text-decoration: none;	
}
h4 a
{
	color: black;
	text-decoration: none;
}
h4 a:hover
{
	color: red;
	text-decoration: underline;
}
