  body { color: black;
    font-size: 12px;
    font-family: Courier;
    background-color: #99cc00;    }

  .headtext { color: black;
    font-size: 34px;
    font-family: Courier New, Courier, Monaco;
    font-weight: bold;
    margin-right: 0%;
    margin-left: 0%;
    }

  .subheadtext { color: red;
    font-size: 18px;
    font-family: Courier New, Courier;
    font-weight: bold;
    margin-right: 5%;
    margin-left: 15%;
    }

.subheadtext2 { color: black;
    font-size: 18px;
    font-family: Courier New, Courier;
    font-weight: bold;
    margin-right: 5%;
    margin-left: 5%;
    }

  .maintext { color: black;
    font-size: 12pt;
    font-family: Courier;
    margin-right: 0%;
    margin-left: 0%;
    text-align: left;
    }

  a:link { color: red;
    font-size: 11pt;
    text-decoration: none;
    font-weight: bold;
    }

  a:visited { color: purple;
    font-size: 11pt;
    text-decoration: none;
    font-weight: bold;
    }

  a:hover { color: green;
    font-size: 11pt;
    }

  a.top:link { color: purple;
    font-size: 11pt;
    text-decoration: none;
    font-weight:bold;
    }

  a.top:visited { color: #5cb400;
    font-size: 11pt
    text-decoration: none;
    font-weight:bold;
    }

  a.top:hover { color: red;
    font-size: 11pt
    }

a.links:link
{
	color: black;
	font-size: 9pt;
	text-decoration: none;
	font-weight: bold;
}

a.links:visited 
{ 
	color: #1e638d;
	font-size: 9pt;
	text-decoration: none;
	font-weight: bold;
}

a.links:hover {
	color: rgb(173, 182, 198);
	font-size: 9pt;
}


