body{
	font-family: Arial, sans-serif;
	color: #000000;
	background: #BEBEBE;
}

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

a:link{
	color: #133ff9;
	text-decoration: none;
}

a:visited{
	color: #A04BA4
	text-decoration: underline;
}

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

/********************* end **********************/
