body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #CCEEFF;
}
p {
	font-size: 80%;
	color: #000000;
	margin: 1px 0px;

}
a:link {
	color: #990099;
	text-decoration: none;
	font-weight: bold;

}
a:visited {
	color: #990099;
	text-decoration: none;
	font-weight: bold;

}
a:hover, a:active {
	color: #000000;
	text-decoration: underline;
}

