BODY {  color: #000; 
	background: white none; 
	font-family: Helvetica, sans-serif; 
	font-size: medium; 
	margin-left: 3%; 
	margin-right: 3%;
} 	
H1 { 
	font-size: large; 
	color: black ;  
	background: none ; 
	margin-left: 0% 
}
H2 { 
	font-size: large; 
	color: navy ;  
	background: none ; 
	margin-left: 0%  
}
H3 { 
	font-size: medium; 
	color: blue ;   
	background: none ; 
	margin-left: 0%  
}
H4 { 	font-size: medium; 
	color: maroon ;  
	background: none ; 
	margin-left:  3%; 
}
ADDRESS, DL, UL, OL { margin-left: 3%}
BLOCKQUOTE { margin-left: 6% ; margin-right: 6% ; color: blue ; background: none }
/* LI { margin-left: 3% } */
A:link    { color: blue ; background: none }
A:active    { color: red ; background: none }
A:visited { color: navy ; background: none }
A:hover    { color: maroon ; background: none }
INPUT, SELECT, OPTION { background: white ; color: black }
P  { margin-left: 3% }
TH { color: black; background: Silver none }
EM { font-style: italic ; color: maroon  ; background: none }
STRONG { color: maroon  ; background: none } 
CODE, PRE { font-family: Courier, monospace }
.vanish { display: none }
.special { color: black ; background: yellow none }
.header {       width: 100% ;
		margin-top: 0%;
		margin-bottom: 4%; 
} 
.mpsrule {
    padding: 1em;
    border-bottom-width: 3pt; 
    /*IE declaration for border-bottom */
    border-bottom: thin solid blue;
    border-color: blue;
    border-bottom-color: blue;
    border-bottom-style: solid; 
}  
.footer {	margin-top: 0%;
		border: none ; 
		width: 100%;
		color: black; 
		background: white none ; 
} 	
.disclaimer {	margin-top: 5%;
		padding: .5% ; 
		width: 100%;
		border: none ; 
		color: black; 
		background: silver none ; 
		font-size: small
} 	

