a:link { 
color : #003366; 
font-weight: bold; 
text-decoration: underline; 
} 
a:active { 
color : #003366; 
font-weight: bold; 
text-decoration : none; 
} 
a:visited { 
color : #003366; 
font-weight: bold; 
text-decoration : none; 
} 
a:hover { 
color : #008000; 
font-weight: bold; 
text-decoration : underline overline; 
} 


/* TEXT */

.txt { 
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 13px; 
color : #000000; 
} 


/* FORMATING for H */

hr { 
color : #fff; 
background-color : #fff; 
border : 2px dotted #DBDBCA; 
border-style : none none dotted; 
} 

h1 { 
   font-size: 15px; 
   color: #CBB585; 
   display: inline; 
   font-weight: normal; 
}

h2 { 
   font-size: 15px; 
   color: #666666; 
   margin: 3px; 
   display: inline;  
}

h3 { 
   font-size: 14px; 
   color: #4B4B4B; 
   margin: 1px; 
   display: inline; 
   font-weight: normal; 
}
