/* CSS Document */

a:link {
    font-family: Univers;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFF00;}
a:visited {
    font-family: Univers;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFF00;}
a:hover {
	font-family: Univers;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #CC3300}
a:active {
	font-family: Univers;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #CC3300}

