html{
 height:100%;

}

body{
 font-family : Verdana, Arial, Helvetica, Sans-serif;
 font-size : 12px;
 color : #FFFFFF;  
 height:100%;
 background-color:#3F4447;
}



body.full {
 margin:0;
 padding:0;
}

td {
 font-size : 12px;
}

a { 
 color:#FF9933;
 text-decoration:none; 
}

a:hover { 
 text-decoration:underline; 
}

h2 {
 font-size: 20px;
 margin-top: 5px;
}

#inverted  {color : #3F4447}


