.Menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight : bold;
	text-decoration : none;	
}
.Bulletins {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight : bold;
	text-decoration : none;	
}
A:hover {
	color: #000000;
	text-decoration : underline;
}

