.simple_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
.title_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FF9900;
}
.bigger_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #333333;
}
a:link {
	color: #3366FF;
}
a:visited {
	color: #3366FF;
}
a:hover {
	color: #A2DAFF;
}
a:active {
	color: #3366FF;
}
