/* HEADING PROPERTIES */

h1  {font-weight: bold; font-size: 16pt; }
h2  {font-weight: bold; font-size: 14pt; }
h3  {font-weight: bold; font-size: 12pt; }
h4  {font-weight: bold; font-size: 10pt; }


/* HYPERLINK PROPERTIES */

a:link  
{  
color: #400040;  
font-weight: bold;  
text-decoration: none;  
}  
a:active  
{  
color: #400040;  
font-weight: bold;  
text-decoration: none;  
}  
a:visited  
{  
color: #400040;  
font-weight: bold;  
text-decoration: none;  
}  
a:hover  
{  
color: #400040;  
font-weight: bold;  
text-decoration: underline;
}
