/* 
 hw background blue: 3355dd
 hw outline white: ffffff
 hw red font-back: ee0000
 hw red font-back th: cc0000
 hw red font-back hover: aa0000
 hw yellow font-color: eeee00
*/


body {
        background-color: #0077bb;
}

h1 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 1.9em;
        text-align: center;
}

p {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 1.5em;
}

table {
	border: 0px;
        border-spacing: 0px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 1.25em;
        margin: 20px 0px;
	top-margin: 20px;
}

.maintable {
	padding: 0px;
	margin: 0px;
}

.maintd {
	padding: 0px;
	margin: 0px;
}



caption {
	background-color: #ee0000;
	color: #ffffff;
	font-size: 1.4em;
	font-weight: bold;
}

th {
        color: #ffffff;
        background-color: #ee0000;
        padding: 2px 5px;
}
tr { background: #eeee00; }
tr:hover { background: #aa0000; color: #ffffff;}
tr.light:hover { background: #aa0000;}
tr.light {
        background-color: #eeeecc;
        padding: 2px 5px;
}
td {
        padding: 2px 5px;
        text-align: center;
}

a:link {color:#005e9e; text-decoration:none; font-weight:bold;}
a:visited {color:#005e9e; text-decoration:none; font-weight:bold;}
a:active {color:black; text-decoration:none}
a:hover {color:black; text-decoration:none}

