body {
	color: #000000;
	background: #F2F2E5;
	margin: 0px;
}
p{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
a:link{
color:#990000;
font-weight:bold;
text-decoration:none;
}
a:visited{
color:#660000;
font-weight:bold;
text-decoration:none;
}
a:hover{
color:#990000;
font-weight:bold;
text-decoration:underline;
}