H1 {
color: white;
font-weight: bold;
font-size: 14pt;
}


H2 {
color: white;
font-weight: normal;
font-size: 14pt;
}

H3 { 
color: white;
font-weight: bold;
font-size: 12pt;
}

H4 { 
color: white;
font-weight: bold;
font-size: 10pt;
}

.Main { font-size: 10pt;
color: white;
font-family: Arial, Helvetica, Sans-Serif;
}

P { font-size: 10pt;
color: white;
font-family: Arial, Helvetica, Sans-Serif;
}

P.smlink  { font-size: 8pt;
text-align: center;
}

P.left  { font-size: 10pt;
text-align: left;
color: red;
}

P.quote  { font-size: 14pt;
text-align: center;
font-style: italic;
}

td { font-size: 10pt;
color: white;
}

.hunt { font-size: 10pt;
color: black;
background-color: rgb(255,255,128);
font-family: Arial, Helvetica, Sans-Serif;
}

.gather { font-size: 10pt;
color: black;
background-color: rgb(255,128,128);
font-family: Arial, Helvetica, Sans-Serif;
}

div {background-color: rgb(0,0,0);
color: black;
margin:10px;}

tr.div {background-color: rgb(128,255,255);
color: black;
margin:10px;}



/* Test Link Styles */

a:link {
font-family: "Arial";
font-size: 10pt;
text-decoration: none;
color: rgb(114,163,252)
}

a:visited {
font-family: "Arial";
font-size: 10pt;
text-decoration: none;
color: rgb(114,163,252)
}


a:hover {
font-family: "Arial";
font-size: 10pt;
text-decoration: underline;
color: rgb(114,163,252)
}