body { background-color: aqua; color: black; font-family: Arial, Helvetica, sans-serif }
a:link { color: #0000FF }
a:visited { color: #800080}
a:hover { color: #ffcc00 }
a:active { color: #ff0000 }
h1 	{color: #C71585; 
	text-align: center; 
	font-size: 24pt; 
	font-weight: 600;
	padding-top: 20px}
h2 	{color: #C71585;
	text-align: center; 
	font-size: 12pt;
	font-weight: 600}
h3 	{color: #000000;
	text-align: center; 
	font-size: 10pt;
	font-weight: 400}
p 	{font-size: 10pt;
    font-weight: 700;
    padding-left:20px}
th 	{font-size: 10pt; 
	text-align: center;
	vertical-align: top;
    font-weight:700; }
td 	{font-size: 10pt; 
	text-align: left;
	vertical-align: top }
ul 	{font-size: 10pt}
