/* CSS Document */


a:link {
	font-size:18px;
	font-weight:bold; 
	color: #FFFF00;
	text-decoration: none;
}
a:visited {
	font-size: 18px;
	font-weight:bold; 
	color: #FFFF00;
	text-decoration: none;
}
a:hover {
	font-size: 18px;
	font-weight:bold; 
	color: #FFF;
	text-decoration: none;
}
a:active {
	font-size: 18px;
	font-weight:bold; 
	text-decoration: none;
}
