a:active {
	color: Red;
	font-family: "Bookman Old Style";
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bolder;
	text-decoration: none;
}


a:link {
	color: black;
	font-family: "Bookman Old Style";
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bolder;
	text-decoration: none;
}
a:visited{
	color: white;
	font-family: "Bookman Old Style";
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bolder;
	text-decoration: none;
}
a:hover {
	color: Red;
	font-family:"Bookman Old Style" ;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bolder;
	text-decoration: none;
}

body {
	color : black;
	font-family : "Bookman Old Style";
	font-size : 11pt;
	font-style : normal;
	font-variant : normal;
	font-weight : bolder;
	text-decoration : none;
	background-color : #FFCC66;
}








