body {
 background-image:url('/header.png');
 background-repeat:repeat-x;
 background-color:#3B5998;
 font-family:verdana;
 font-size:15px;
 text-align:center;
 margin-top:10px;
}
h1 {
 font-family:verdana;
 font-size:30px;
 color:#ffffff;
}
a, a:active, a:visited {
 font-weight:bold;
 color:#ffff00;
 text-decoration:none;
 position:relative;
}
a:hover {
 text-decoration:underline;
 position:relative;
}
td {
 padding-left:10px;
 padding-right:10px;
}
