.style2 {font-size: x-small}
.style3 {
	color: #FF0000;
	font-weight: bold;
}
a:link {
	color: #064E12;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0E1ECE;
}
a:hover {
	text-decoration: underline;
	color: #0E1ECE;
}
a:active {
	text-decoration: none;
	color: #CA0E0E;
}
.style4 {
	font-size: 36px;
	font-weight: bold;
}

