/* CSS Document */


html, body { 
height: 100%;
width: 100% ;
margin: 0; 
padding: 0;

}

.leftnav {

font-family:tahoma;
font-size:1em;
color:#666666;
font-weight:bold; 
text-decoration:none;

}
.leftnav:HOVER {

font-family:tahoma;
font-size:1em;
color:#666666;
font-weight:bold; 
text-decoration:underline;

}

h1{

font-family: verdana;
font-size: 1.1em;
color: #0000EC;
font-weight:bold;
}

h2{

font-family: verdana;
font-size: .95em;
color: #000000;
font-weight:bold;
}


.main (

font-family: verdana;
font-size:.85em;
color: #000000;
margin: 5px;
}

.list (

font-family: verdana;
font-size:.85em;
color: #000000;
}

.footer (

font-family: verdana;
font-size:.75em;
color: #000000;
font-weight: bold;
}