a:link {
	color: #0033FF;
	text-decoration: none;

}
a:visited {
	color: #CC3366;
	text-decoration: none;


}
a:hover {
	color: #FF6600;
	text-decoration: underline;


}
a:active {
	color: #009900;

}
.text {
	font-size: 12px;
	line-height: 140%;
}
