
body { text-align: center; color: #99CCFF; padding: 0; } /* only difference from default.css is bgcolor because of color fading script*/


td, p, ul, h1, h2, h3 { font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif; }
h1    { font-size: 30pt; color: #000080; font-weight: bold }
h2    { font-size: 20pt; font-weight: bold }
h3    { font-size: 14pt; color: #000080; font-weight: bold }
p     { font-size: 10pt }
td    { font-size: 10pt}
A:link    { color: #FFFFFF;font-weight:bold}
A:visited { color: #FFFFFF;font-weight:bold}
A:active  { color: red;}

.center {
	text-align: center;
} 

#clean table{
	border: 0px
} 

.center table{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 600px;
	border: solid 1px
} 

.border {
	text-align: center;
} 

.border table{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 600px;
} 

.border td{
	text-align: center;
} 

.tabletitle {
	font-size: 14pt;
	font-weight: bold;
}

#menu td {
	height: 26;
	color: #FFFFFF;
	background-color: #99CCFF;
	font-weight: 0;
	font-size: 10pt; 
	vertical-align: middle; 
	text-align: center 
}

#menu a {
	height: 24;
	display: block;
	width: 100%;
	text-decoration:none;
	padding: 5px; font-weight:bold
}

#menu a:hover {
	height: 24;
	display: block;
	width: 100%;
 	color: #FFFFFF;
 	background-color: #4D99E6;
 	border: 1px solid #2B547F;
 	text-decoration:none;
	padding: 4px;
}
