a:link {
	color: #FF0000; text-decoration: none;
}

a:visited {
  color: #FF0000; text-decoration: none;
}

a:hover {
	color: #33FF00; text-decoration: none;
}

a:active {
	color: #FF0000; text-decoration: none;

}
.Text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #000;
	text-align: left;
}
