/* SPECIAL FONT FACES */

.notice {
	font-family: Verdana, sans-serif;
	font-size: 7pt;
	color: #423831;
}
.notice a:link {
	color: #000000;
	text-decoration: underline;
}
.notice a:visited {
	color: #666666;
	text-decoration: underline;
}
.notice a:hover { 
	color: #e8ee4e;
	text-decoration: underline; 
}
.notice a:active {
	color: #e8ee4e;
	text-decoration: none;
}

