.boldsmall {
	color: #FFA500;
	font-size: 9;
	text-decoration: None;
	font-family: Verdana;
	font-weight: Bold;
}
.white {
        color: #FFFFFF;
        text-decoration: None;
}
.orange {
	color: #FFA500;
	text-decoration: None;
}
.copyright {
	font-family : Verdana;
	color : #FFA500;
	font-size : 10px;
}
A {
	color : #FFA500;
	text-decoration: none;
}
A:hover {
	color: White;
	text-decoration: underline;
}
