.style1 { font-size: 24px;
font-family: tahoma, verdana, arial;
font-weight: bold;
}
.text { font-size: 24px;
font-family: tahoma, verdana, arial;
font-weight: bold;
}
.text2 { font-size: 14px;
font-family: tahoma, verdana, arial;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFFF99;
}
a:hover {
	text-decoration: none;
	color: #FF33FF;
}
a:active {
	text-decoration: underline;
	color: #FF6633;
}