@charset "utf-8";
/* CSS Document */

<style type="text/css">
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #CCC;
	text-decoration: none;
}
a:hover {
	color: #999;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a {
	font-family: "Myriad Pro";
	font-size: 12px;
}
</style>

