body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #009999;
	text-align: justify;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
}

em {
color: #006666;
}

h1 {  
font-size: 24px; 
color: #006666;
}

h2 {  
color: #006666; 
}

h3 { 
color: #006666; 
}

p {  
/*color: #999900;*/
color: #000000;
margin-left: 20px; 
margin-right: 10px;
}
li {
	font-size: 13px;
	font-weight: 300;
	color: #000000;

}
.SubmitButton  {
width : 94px;
height : 21px;
background : #CCCC99;
padding : 1px;
margin : 1px;
border : Black groove;
align : center;
foreground : black;
color : #000000;
cursor : hand;
font-style : normal;
font-variant : normal;
letter-spacing : 1px;
text-decoration : none;
text-transform : capitalize;
margin-left : 1px;
margin-right : 1px;
margin-top : 1px;
margin-bottom : 1px;
padding-left : 1px;
padding-right : 1px;
padding-top : 1px;
padding-bottom : 1px;
border-width : 1px 1px 2px;
font-weight : bold;
font-size : 12px;
font-family : Arial, Helvetica, sans-serif;
overflow : none;
}

a.linkteal {
color: #006666;
font-weight: bold;
font-size: 13px;
text-decoration: none;
}

a.linkteal:active {
font-weight: bold;
color: #66CC99;
text-decoration: none;
}

a.linkteal:hover {
font-weight: bold;
color: #FFFFCC;
text-decoration: none;
background-color: #006666;
}

.teal {
color: #006666;
}

.credits {
font-size: 10px;
color: #000000;
font-weight: 100;
}

ul {
color: #000000;
font-weight: 300;
list-style-type: disc;
}

.subhead {
font-size: 16px;
font-weight: bold;
color: #999900;
}

.black {
color: #000000;
}

a {
color:purple;
text-decoration:none;
}

a:hover {
color:purple;
text-decoration:underline;
}