/* CSS Document */
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333333; 
}

H1 {
color: #42AE48; 
font-weight: bold;
font-size: 14px; 
text-decoration: none; }

a:link { 
color: #0B7AE5;  
text-decoration: none; }
 
a:hover { 
color: #333333;  
text-decoration: none; }
 
a:visited { 
color: #0B7AE5;  
text-decoration: none; }

a:active { 
color: #333333; 
text-decoration: none; }

a.external:link { 
color: #333333;
font-weight: bold;
font-size: 12px; 
text-decoration: none;
}

a.external:hover { 
color: #0B7AE5; 
font-weight: bold; 
font-size: 12px;
text-decoration: none; 
}
 
a.external:visited { 
color: #333333; 
font-weight: bold;
font-size: 12px;
text-decoration: none; 
}

a.external:active { 
color: #0B7AE5; 
font-weight: bold;
font-size: 12px;
text-decoration: none; 
}