/* CSS Document */

body {
background-color:#E7D68F;
margin-top:0;
margin-bottom:0;
margin-right:0;
margin-left:0;
}
text{
text-decoration:underline;
}

a.maroon:active {
	color:#990000;
	text-decoration:none;
	font-weight: bold;

}
a.maroon:link       {
	color: #990000;
	text-decoration:none;
	font-weight: bold;
}
a.marron:visited    {
	color: #990000;
	text-decoration:none;
	font-weight: bold;
}
a.marron:hover	     {
	color: #990000;
	font-weight: bold;
	text-decoration: blink;
	}
a:active {
	color:#000000;
	text-decoration:underline;
	font-weight: bold;

}
a:link       {
	color: #000000;
	text-decoration:underline;
	font-weight: bold;
}
a:visited    {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
a:hover	     {
	color: #000000;
	font-weight: bold;
	text-decoration: blink;
	}
