
body { text: black; bgcolor: white; 
	color: black; background: white; 
	font-family: Helvetica, Times, sans-serif; 
	margin-left: 5%; margin-right: 5%; } 

h1,h2,h3,h4,h5,h6,p,ul { font-family: sans-serif; }
h1 { font-size: 200%; color: black; text-align: left; }
h2 { font-size: 150%; color: #000000; text-align: left; }
h3 { font-size: 100%; color: #000000; text-align: left; }
h4 { font-size: 75%; color: black; text-align: left; }

p {  margin-left: 5%; margin-right: 5%; }
ul {  margin-left: 10%; margin-right: 10%; }

em { font-style: italic; font-weight: bold; text-align: center; }
strong { color: black; text-transform: uppercase; font-weight: bold; 
        text-align: center; } 
pre { font-family: monospace; }

table { background: white; }

a:link {
	color: #FF9900;
	font-family: sans-serif;
}
a:visited {
	color: #FF9900;
	font-family: sans-serif;
}
a:hover {
	color: #FF9900;
	font-family: sans-serif;
}


