a:visited  {
	color : Blue;
	font-family : Tahoma;
	font-weight : normal;
	font-style : normal;
}

a:link  {
	color : Blue;
	font-family : Tahoma;
	font-weight : normal;
	font-style : normal;
}

a:active  {
	color : rgb(96,122,229);
}

body  {
	background-color : RGB(255,255,238);
	font-family : Arial;
	color : Black;
}


