body {
	color: #000000; /* Text color */
	background-color: #5F9EA0; /* Background */
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
}

a:link { text-decoration: underline; color: #4040FF; } /* Link color */
a:visited { text-decoration: underline; color: #0000C0; } /* Visited link color */
a:active { text-decoration: none; color: #FFFF00; } /* Active link color */
a:hover { text-decoration: none; color: #FFFF00; } /* Mouseover link color */

h1 { font-family: Arial; font-size: 20px; }

table {
	border-width: thin thin thin thin;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	border-collapse: separate;
	background-color: #99CCCC;
}
th {
	border-width: 0px;
	padding: 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: #99CCCC;
	-moz-border-radius: 0px 0px 0px 0px;
}
td {
	border-width: 0px;
	padding: 5px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: #99CCCC;
	-moz-border-radius: 0px 0px 0px 0px;
}
