/*HTML General Stuff*/
* 
{
               margin: 0;
               padding: 0;
               font-family:Verdana,Arial,Helvetica,sans-serif; 
}
html { }
.clear 
{
               clear:both; 
}
body 
{
               height: 100%;
               background-color: #ccd1e4;
               font-size: 14px; 
}
a 
{
               text-decoration: none; 
}
a:hover 
{
               text-decoration: underline; 
}
a img 
{
               border: 0; 
}
h1 
{
               font-size: 18px;
               font-family:Verdana,Arial,Helvetica,sans-serif; 
}
h2 
{
               font-size: 16px;
               color: #000;
               font-weight:normal;
               font-family:Verdana,Arial,Helvetica,sans-serif; 
}

