body {
	background-color: #E8FFFF;
	margin-top: 5px;
	margin-right: 1px;
	margin-bottom: 2px;
	margin-left: 1px;
}
p {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #33FFCC;
	color: #000000;
	background-position: center;
	text-align: center;
	border-top: thin #33CC99;
	border-right: thin outset #33CC99;
	border-bottom: thin outset #33CC99;
	border-left: thin #33CC99;
}
h2 {	font-family: Arial, Helvetica, sans-serif;	font-size: 24px;	font-weight: bold;	background-color: #33FFCC;}
h3 {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	color: #FF0000;	background-color: #33FFCC;}
li {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px; text-align: left;	list-style-type: disc;}
a:link {color : #0000FF;}
a:visited {color : #0000FF;}
a:hover {
	color:#0000FF;
	background-color:#FFFF00;





}
table {
	border-top: 0px outset #33FFCC;
	border-right: 0px outset #33FFCC;
	border-bottom: 0px outset #33FFCC;
	border-left: 0px outset #33FFCC;
}

