body 
{
font-size: 100%;
}

A:link 
{
color: #0E469B;  
text-decoration:none;
}

A:visited 
{
color: #0E469B;
text-decoration:none;
}
 
A:hover 
{
color: #800000;
text-decoration:underline;
}

A:active 
{
 color: #0E469B;
 text-decoration:underline;
 }

.h1 
{
font-family: verdana, Arial, Helvetica, sans-serif;
font-size : 1.4em;
font-weight: bold;
color : #800000;
}

.h2 
{
font-family: verdana, Arial, Helvetica, sans-serif;
font-size : 1.2em;
font-weight: bold;
color : #800000;
}

.h3 
{
font-family: verdana, Arial, Helvetica, sans-serif;
font-size : 1.0em;
font-weight: bold;
color : #800000;
}

.bold 
{
font-family: Tahoma, sans-serif;
font-size: .8em; 
font-weight: bold;
color: #000000;
}
 
.p
{
font-family: Tahoma, sans-serif;
font-size: .8em;
color: #000000;
font-style: normal;
}
 
.left 
{
font-family: Tahoma, sans-serif;
font-size: .8em;
font-weight: bold;
}
 
.navbar 
{
font-family: Tahoma, sans-serif;
font-size: .8em;
font-style: normal;
color : #0E469B;
}