/*Define style for body*/

body,p,table
{
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

.content 
{
	padding-left: 1em;
	padding-top: 1em;
	margin-top: 1px;
}



.anchor a:link {text-decoration: none; color:#A56929; font-size: 14px;}
.anchor a:visited {text-decoration: none; color:#A56929; font-size: 14px;}
.anchor a:hover {text-decoration: none; color:#FFFFFF; background-color: #A56929; font-size: 14px;}
.anchor a:active {text-decoration: none; color:#A56929; font-size: 14px;}

/*Define style for links */

a:link {text-decoration: underline; color: #A52421;}
a:visited {text-decoration: underline; color: #A52421;}
a:active {text-decoration: underline; color: #A52421;}
a:hover {
	text-decoration: none;
	color: #EAEAEA;
	background-color: #A52421;}




/*Define style for header(s)*/

h3 
{
	color: #A52421;
	font-size: 21px;
	font-family: "Trebuchet MS", "Times New Roman";
	font-style:italic;
	line-height: 90%;
}

h4
{
	color: #A56929;
	margin-top: 0px;
	font-size: 22px;
	font-family: "Trebuchet MS", "Times New Roman";
/*	line-height: 60%;*/
}
