body{
 background-color:#dddddd;
}
table{
 background-color:#eeeeee;
 font-family:verdana;
 font-size:10pt;
 }
hr{
 size:1;
 color:#000077;
}
h1{
 font-family:arial;
 font-size:18pt;
 font-weight: bold;
 text-align: center;
 color: #ffffff;
 background: #000066;
 line-height:20pt;
 }
h2{
 font-family:arial;
 font-size:16pt;
 font-weight: bold;
 text-align: center;
 color: #000040;
 background: #FFFFCC;
}

a{
text-decoration:none;
color:#222222;
}
a:hover{
background:#FFFFCC;
font-weight:bold;
}