@charset "iso-8859-1";
body {
 background-color: #006600;
}
h3 {
 text-align: center;
 border: double #ffffff;
 }
th {
 background-color: #ff6600;
 text-align: center;
}
a {
 width: 100%;
 font-family: verdana, arial;
 font-size: 10pt;
 color: #000080;
 text-decoration: none;
 text-align: left;
 border: 0;
}
a:hover {
 color: #ff6600;
}