

a:link {COLOR:ffff33; TEXT-DECORATION:none}
a:active {COLOR:ffff33; TEXT-DECORATION:none}
a:visited {COLOR:ffff33; TEXT-DECORATION:none}
a:hover {COLOR:red; TEXT-DECORATION:underline}

a.bottom:link {COLOR:002D00; TEXT-DECORATION:none; font-weight: bold}
a.bottom:active {COLOR:002D00; TEXT-DECORATION:none; font-weight: bold}
a.bottom:visited {COLOR:002D00; TEXT-DECORATION:none; font-weight: bold}
a.bottom:hover {COLOR:red; TEXT-DECORATION:underline; font-weight: bold}


.linkCatName {
	background-color: #006600;
	padding-left: 5px;
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 2px;
	margin-top: 1px;
	display: block;
	width: 155px;
	height: 40px;
	cursor: pointer;
	border-style: solid;
    border-color: #da0202;
}

.linkCatNameON {
	background-color: #000000;
	padding-left: 5px;
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 2px;
	margin-top: 1px;
	display: block;
	width: 155px;
	height: 40px;
	cursor: pointer;
    border-style: solid;
    border-color: #ffff33;}