html{
 height:100%;

}

body{
 font-family : Verdana, Georgia, Helvetica, Sans-serif;
 font-size : 12px;
 color : #011B40;
 height:100%;
}

body.full {
 margin:0;
 padding:0;
 background-color:#446688;
}

td {
 font-size : 12px;
}

a {
 color:#436B67;
 text-decoration:none;
}

a:hover {
 text-decoration:underline;
}

h2 {
 font-size: 20px;
 margin-top: 5px;
}


