@charset "ISO-8859-1";

a:link {color: #F4DFDF;
	text-decoration: none;}    /* unvisited link */
a:visited {color: #F4DFDF;
	text-decoration: none;} /* visited link */
a:hover {
	color: #FF0000;
	text-decoration: none;
}   /* mouse over link */
a:active {color: #F4DFDF;
	text-decoration: none;}  /* selected link */
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000
	font-size: large;
}
