body { color: #000000; font-family: arial; font-size: 14px; text-decoration: none; }

.header { color: #911010; font-family: arial; font-size: 30px; font-weight: bold; text-decoration: none; }

.normaltext { color: #000000; font-family: arial; font-size: 14px; text-decoration: none; }
.normaltext:HOVER { color: #000000; font-family: arial; font-size: 14px; text-decoration: underline; }

.normallink { color: #911010; font-family: arial; font-size: 14px; text-decoration: underline; }
.normallink:HOVER { color: #911010; font-family: arial; font-size: 14px; text-decoration: none; }

.copyright { color: #911010; font-family: verdana; font-size: 9px; text-decoration: none; }
.copyright:HOVER { color: #911010; font-family: verdana; font-size: 9px; text-decoration: underline; }

.printtext { color: #911010; font-family: arial; font-size: 20px; font-weight: bold; text-decoration: none; }

p {
	line-height: 1.5em;
}

input, textarea { 
    background-color: #ffffff; 
    border-style: solid; 
    border-width: 1px; 
    border-color: #911010; 
    font-family: Arial; 
    font-size: 10pt; 
    color: #911010; 
} 


