body {
        background-color: #004389;
        color: White;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
table {
        width: 800px;
}

td.down {
        width: 160 px;
        text-align: center;
        font-weight: 700;
        font-size: 14pt;
}
td.down1 {
        width: 160 px;
        border-bottom-color: #25BAE2;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        font-size: 11pt;
}
a, a:active, a:focus, a:link, a:visited {
	text-decoration: none;
	color: #FFA500;
	font-weight: 900;
}
a:hover {
	text-decoration: underline;
	color: White;
}

