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

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

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

a:hover{
	text-decoration: underline;
	color: #FF0000;

}


table {
	border: 1px 1 #CCCCCC;

}
