/* CSS Document */

a.landing:link, a.landing:active, a.landing:visited {
	font-size: 9px;
	text-decoration: none;
	text-align: center;
	color: #ff9900;
}
a.landing:hover {
	font-size: 9px;
	text-decoration: underline;
	text-align: center;
	color: #ff9900;
}

