a {
	font-size: 14px;
	color: #FF9900;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF9900;
}
a:hover {
	text-decoration: underline;
	color: #FFCC00;
}
a:active {
	text-decoration: none;
}
.copy {
	font-size: 12px;
}
.normal {
	font-size: 14px;
}
.bold {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
h1 {
	font-size: 18px;
	color: #333333;
}
