@charset "utf-8";
/* CSS Document */

#normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #FFFFFF;
	text-align: left;

}
.normal a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.normal a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.normal a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.normal a:active {
	text-decoration: none;
}
