body {
	background-color: #99CCFF;
}
table {
	border: thin outset #FFFFFF;
	background-color: #CCCCCC;

}
p {
	color: #0000FF;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;



}
a:link {
	text-decoration: none;
	color: #0000FF;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
