body {  font: century gothic, courier new, Arial;
	margin-top: 20px;
}

body,td,th,p {   font: century gothic, courier new, Arial;
                        color: black;
	      font-size: small;}

a:link {color: black;
	text-decoration: none;}

a:visited {color: black;
	   text-decoration: none;}

a:hover {color: blue;
	text-decoration: underline;
}

a:active {text-decoration: none;
}
	
h1, h2, h3 {color: black;
	}
	
h1      {text-align: center;
         font-size: 36pt;
         font-family: century gothic, "Courier New", Arial, "Times New Roman";
	}
	
h2 {           font-family: century gothic, "Courier New";
	font-size:22pt;
	}

h3	{
	font-size:14pt;
	font-family: century gothic, "Courier New";
	}

h4	{font-family: century gothic, "courier new";
	font-size:10pt;
	}

.style1 {bgcolor: white;
         }

.style2 {bgcolor: "#cccccc";
         }

table { color: solid black;
           border-collapse: collapse;
	}

td {color: solid black;
    border-collapse: collapse;

}