body {
	background-color : #99CCFF;
	background-image : url(../images/splashbg.jpg);
	background-repeat : repeat-x;
	margin : 0px;
}
table.splash {
	background-image : url(../images/splashtablebg.jpg);
	background-repeat : repeat-x;
	background-position : top;
}
A.menulink {
	display: block;
	width: 80px;
	text-align: center;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #99ccff;
	border: solid 2px #000000;
	font-weight: bold;
	margin-left: 10px;
}
A.menulink:hover {
	border: solid 2 px #000000;
	background-color: #FFCC33;
	color : #000000;
	text-decoration : none;
}
p {
	color : Black;
	font-size : 12px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align : left;
	font-weight : 600;
}
h1 {
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 22px;
	text-align : center;
}
hr {
	color : #000000;
}
A {
	color : #000000;
	text-decoration : none;
	font-weight : bold;
}
A:VISITED {
	color : #666699;
}
A:HOVER {
	color : #3333cc;
	text-decoration : underline;
}


