/*Define style for body*/


body,p,table
{
	font-family: "Trebuchet MS", "Times New Roman";
	font-size: 14px;
 	color: #000000;	
	background-color:#FFE700;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}

.homepage 
{
background-color:#FFE700;
}


.content
{
padding-left: 1em;
padding-right: 2em;
top:auto;
}

/*Define style for links */

a:link {text-decoration: underline; color: #F70000;}
a:visited {text-decoration: underline; color: #F70000;}
a:active {text-decoration: underline; color: #F70000;}
a:hover {
	text-decoration: none;
	color: #FFE700;
	background-color: #F70000;}




/*Define style for header(s)*/

h3 
{
	color: #974551;
	font-size: 16px;
	padding-top: 1em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
