body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #CDD1A5 fixed;
	font-size: 80%;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: underline;
	font-size: larger;
}

a:hover{
	text-decoration: underline;
	color: #660000;
	font-size: larger;

}
