BODY {
background : #EFDE10;
color : black; 
font-family : "Times New Roman", sans-serif; 
font-size : 11pt; 
} 
.red {
background : #EFDE10;
color : red; 
font-weight : bold; 
} 
.xlg {
font-size : 36pt; 
} 
.lg {
font-size : 24pt; 
} 
.med {
font-size : 18pt; 
} 
.sm {
font-size : 12pt; 
} 
.copy {
font-size : 6pt; 
} 
table {
border-color : black; 
} 
A:link {
background : #EFDE10;
color : blue; 
text-decoration : underline; 
} 
A:visited {
background : #EFDE10;
color : purple; 
text-decoration : underline; 
} 
A:active {
background : #EFDE10; 
color : red; 
text-decoration : underline; 
}
