BODY
{
font-family: Verdana, Tahoma, Helvetica, Arial, Sans-serif;
font-color: black;
}

a:link
{
	color: #000080;
	text-decoration: underline;
	border-bottom: none;
}
a:visited 
{
	color: #000080;
	text-decoration: underline;
	border-bottom: none;
}
a:hover
{
	color: #DF0300;
	text-decoration: underline;
}
a:active 
{
	color: red;
	text-decoration: none;
}


.footer a
{
	color: #ffffff;
	text-decoration: none;
}

.footer a:visited
{
	color: #ffffff;
    	text-decoration: none;

}

.footer a:hover
{
	color: ffffff;
	text-decoration: underline;
}

.footer a:active 
{
	color: red;
	text-decoration: none;
}

input.btn {
  color: black;
  font-family: 'trebuchet ms', helvetica, sans-serif;
  font-weight: bold;
  background-color: #7AAFC9;
  border: .1em solid;
  border-top-color: white;
  border-left-color: white;
  border-right-color: #94CDE8;
  border-bottom-color: #94CDE8;
}

input.btn:hover {
  cursor:  pointer;
}