body {
    background-color: #00CC99;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	color:#000000;
	font-size: 1em;
		}

.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #660099;
	font-size: x-large;
}

.style2 {
	font-size: medium;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: x-small;
}
.style4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #000000;
	font-size: medium;
}

.style5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #000000;
	font-size: small;
}
.style6 {
	font-size: medium;
	font-style: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #660099;
}
/* code for the vertical and horizontal naivigation*/




/* code for links withing content area*/

a:link {
font-weight: normal;
font-size: 1em;
color: #660099;
}

a:hover {
font-weight: normal;
font-size: 1em;
background-color: #EBCCFF;
color:#660099;
}
a:visited {
font-weight: normal;
font-size: 1em;
color: #660099;
}
