

BODY {
font-family: arial;
font-size: 11px;
 }

H1 {
font-family: arial;
font-size: 18;
color: #660000;
 }
H2 {
font-family: arial;
font-size: 17;
color: #660000;
 }
H3 {
font-family: arial;
font-size: 16;
color: #660000;
 }
 H4 {
font-family: arial;
font-size: 13;
color: #660000;
 }
/* DEFAULT LINK ATTRIBUTES */

A { 
color: #660000;
text-decoration:underline
 }

A:visited { 
color: #660000; 
text-decoration:underline
 }

A:hover { 
color: #cc9933; 
text-decoration:underline
 }


/* FORM ATTRIBUTES */

.formbutton {
font-family: arial;
font-size: 12pt;
border: 1px #333333 solid;
color: #666666;
font-weight: bold;
background-color: #CCCCCC;
cursor: hand
 }

