<!-- 

textarea, input, select, body { 
  font-size: 1em; 
  color: black; 
  font-family: arial, helvetica, sans-serif; 
}

a:link {
	text-decoration: none;
	color: blue;
}
a:visited {
	text-decoration: none;
	color: purple;
}
a:hover {
	text-decoration: none;
	color: red;
}
a:active {
	text-decoration: none;
	color: blue;
}


-->

