A { 
    color: #000000; 
    font-weight: bold;
    text-decoration: underline; 
}

A:hover { 
    color: #CC0033; 
    font-weight: bold;
    text-decoration: underline; 
}

A.nav {
    color: #FFFFFF; 
    font-weight: bold;
    text-decoration: underline;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;  
}

A.nav:hover {
    color: #cc0033; 
    font-weight: bold;
    text-decoration: underline;
    font-size: 14px; 
    font-family: "Times New Roman", Arial, "Sans Serif"; 
}

body { 
    background-color: #FFFFFF; 
} 

p, td, th, li, blockquote { 
    color: #000000; 
    font-family: Arial, Serif; 
    font-size: 14px; 
	font-weight: normal;
} 

.article { 
    text-align: justify;
    margin-left: 20pt;

} 

h1 { 
    color: #000066; 
    font-size: 16px; 
    font-family: "Arial Black", Arial, Serif; 

} 

h2 { 
    color: #CC0033; 
    font-size: 18px; 
    font-family: "Gill Sans", Arial, "Sans Serif"; 

} 

h3 { 
    color: #336699; 
    font-size: 14px; 
    font-family: "Stone Sans", Arial, "Sans Serif"; 
} 

h4, h5, h6 { 
    color: #330099; 
    font-size: 14px; 
    font-family: Stone Sans, Arial, Sans Serif; 
} 

.bottom { 
    font-size: 11px; 
    text-align: center;
}
