html, body {
 background : #777777;
 margin : 0;
 padding : 0;
}
td {
 color : #ffffff;
 font-family : Arial;
 font-size : 12px;
}
.header {
 background : #333333;
 color : #667b92;
 font-weight : bold;
 text-align : center;
}
.large {
 font-family : Arial;
 font-size : 18px;
}
.nav {
 color : #ffffff;
 padding-top : 2px;
 padding-bottom : 2px;
 padding-left : 4px;
 padding-right : 4px;
 border-bottom : 1px solid #444444;
 border-top : 1px solid #444444;
 background-color : #333333;
 margin-bottom : 2px;
}
a.nav-link:link, a.nav-link:visited {
 color : #ffffff;
 text-decoration : none;
 padding-right : 6px;
 padding-left : 6px;
 margin-right : 10px;
 margin-left : 10px;
}
a.nav-link:hover {
 text-decoration : none;
 padding-right : 5px;
 padding-left : 5px;
 margin-right : 10px;
 margin-left : 10px;
 background : #444444;
 padding-top : 2px;
 padding-bottom : 2px;
 color : #85add6;
 border : 1px solid #6d92b9;
}
.footer {
 border-bottom : 1px solid #444444;
 border-top : 1px solid #444444;
 padding : 3px;
 text-align : right;
 font-family : Arial;
 font-size : 10px;
}
a:link {
 color : #667b92;
 text-decoration : underline;
}
a:visited {
 color : #667b92;
 text-decoration : underline;
}
a:hover {
 color : #667b92;
 text-decoration : none;
}
