


textarea {
	font-family: Verdana;
	font-size: 9px;
	color: #000000;
	background-color: #DFF8DA;
	border: 1px solid #000000;
}




input {
	font-family: Verdana;
	font-size: 9px;
	color: #000000;
	background-color: #b4b4b4;
	border: 1px solid #000000;
        
}



p {
	font-family: Verdana;
	font-size: 10px;
	color: black;
}


a:link       { color: #DFF8DA; text-decoration: none
 }
a:visited   { color: #ffffff; text-decoration: none 
}
a:active   { color: #C5D5C2; text-decoration: none 
}
a:hover    {color: #CEE4C9;
}





ol {list-style: arabic numbers;
    font-family: Verdana;
	font-size: 10px;
	color: black;
   }

ol {list-style: arabic numbers;
    font-family: Verdana;
	font-size: 10px;
	color: black;
   }

ul {list-style: circle;
    font-family: Verdana;
	font-size: 10px;
	color: black;
   }




