/* 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;
}


/* CLASS PROPERTIES */

.display { width: 750px; background: #ffffff; color: #000000; font-family: Arial, Verdana, Helvetica, sans-serif; font-color: #400040;
text-align: left; border: 2px solid #fff;	padding: 0px 0px 0px 0px; margin: 0 auto; }