a {
	color:  #FFFFFF;
	font-family: Arial;
	font-size: 14px;
	background-color: #CCCCCC;
	text-decoration:none;
	font-weight: bold;
}
a:link {
	color: #FFFFFF;
	font-weight: bold;
	font-style: normal;
	background-color: #CCCCCC;
	font-size: 14px;
}
a:visited {
	color: #FFFFFF;
	background-color: #CCCCCC;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;


}
a:hover {
	color: #FFFFFF;
	background-color: #CCCCCC;
	font-weight: bold;
	font-style: normal;
	font-size: 14px;


}
a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CCCCCC;
	font-weight: bold;
	font-style: normal;
	font-size: 14px;


}

