
 A:LINK {
	color: #990000;
	text-decoration : none;
		font-size : 11px;
		font-weight : bold;
}

A:VISITED {
	color: #990000;
	text-decoration : none;
		font-size : 11px;
		font-weight : bold;
}

A:HOVER {
    width : 138px;
	color: #999900;
	text-decoration : none;
		font-size : 11px;
		font-weight : bold;
		background-color : #FFE8B1;
		border : 1px solid #605437;
		padding-bottom : 2px;
		padding-left : 2px;
		padding-right : 2px;
		padding-top : 2px;
}