a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	background-color: #FFFF99;
	height: 35px;
	width: 100%;
	letter-spacing: normal;
	text-align: center;
	vertical-align: middle;
	word-spacing: normal;



}
a:visited {

	color: #000000;
	text-decoration: none;
	font-weight: bold;
	background-color: #FFFF99;
	height: 35px;
	width: 100%;
	letter-spacing: normal;
	text-align: center;
	vertical-align: middle;
	word-spacing: normal;
}
a:hover {
	color: #FFFFCC;
	text-decoration: none;
	font-weight: bold;
	background-color: #FF0000;
	height: 35px;
	width: 100%;
	letter-spacing: normal;
	text-align: center;
	vertical-align: middle;
	word-spacing: normal;

}
a:active {



	color: #000000;
	text-decoration: none;
	font-weight: bold;
	background-color: #FFFF99;
	height: 35px;
	width: 100%;
	letter-spacing: normal;
	text-align: center;
	vertical-align: middle;
	word-spacing: normal;
}
