a		{ background: white; color: olive; text-decoration: none }
a:hover 	{ background: white; color: blue; text-decoration: underline }
body		{ background: white; color: navy }
p		{ background: white; color: navy }
OL		{ background: white; color: navy }
UL		{ background: white; color: navy }
LI    		{ background: white; color: navy }
H1 		{ background: white; color: navy }
H2 		{ background: white; color: navy }
H3 		{ background: white; color: navy }
.header 	{ background: white; color: navy; font-weight: bold; font-size: 16pt; font-family: Arial }
.header a 	{ background: white; color: navy; text-decoration: none; font-weight: bold; font-size: 16pt; font-family: Arial }
.header a:hover { background: white; color: navy; text-decoration: underline; font-weight: bold; font-size: 16pt; font-family: Arial }
.title		{ background: white; color: olive; font-weight: bold; font-size: 18pt; font-family: arial }
.strong		{ background: white; font-size: 16pt; font-weight: bold; text-align: center; color: navy }
.free		{ background: white; color: navy; font-weight: bold; font-size: 18pt; font-family: arial }
.free a		{ background: white; color: navy; text-decoration: none }
.free a:hover 	{ background: white; color: olive; text-decoration: underline }

