body { background-color: white; color: black }

p { font-family:arial; font-size: 12pt; color:black; 
	font-weight: bold; }

h1 { font-family: arial; font-size: 24pt; font-weight: bold; 
	color: red; text-align: center; }

h2 { font-family: arial; font-size: 18pt;  
	color: orange; text-align: center; }

h3 { font-family: arial; font-size: 12pt; font-weight: bold; 
	color: green }

.redtext { color: red; font-size: 12pt; font-weight: bold; }
.rtext { color: red; font-size: 14pt; font-weight: bold; }
.greentext { color: green; font-size:14pt; font-weight: bold; }
.orangetext { color: orange; font-size:14pt; font-weight: bold; }

a:link { color: blue; }
a:visited { color: purple; }
a:active { color: orange; }