/* CSS Document */

/*****Category Link ****************************/

A#Catlink{
	color: #0033FF;
	font-size: 10pt;
	 font-family:verdana, Arial, Helvetica;
	
}
A#Catlink:link { text-decoration: none}
A#Catlink:visited {text-decoration: none}
A#Catlink:active {text-decoration: none}
A#Catlink:hover {text-decoration: none; color:#000000; background-color:yellow; }


/************************************************/



/******** CATEGORY SIDE LINK ***********/
A#Catsidelink{color: #0033FF;font-size: 11px ;  font-family:verdana}
A#Catsidelink:link { text-decoration: none}
A#Catsidelink:visited {text-decoration: none}
A#Catsidelink:active {text-decoration: none}
A#Catsidelink:hover {text-decoration: none;font-size: 11px; color:#000000;background-color:yellow; font-family:verdana}


/***** CATEGORY SIDE LINK SELECTED*/
A#Catsidelinked{color: #FFFFFF;font-size:10px ;  font-family:verdana}
A#Catsidelinked:link { text-decoration: none}
A#Catsidelinked:visited {text-decoration: none}
A#Catsidelinked:active {text-decoration: none}
A#Catsidelinked:hover {text-decoration: none;font-size:10px; color:#000000; background-color:yellow; font-family:verdana}


/***** Solution LINK */
A#Solinked{color: #000000;font-size:10px ;font-weight:bold;   font-family:verdana}
A#Solinked:link { text-decoration: none}
A#Solinked:visited {text-decoration: none}
A#Solinked:active {text-decoration: none}
A#Solinked:hover {text-decoration: none;font-size: 10px; color:#666666;font-weight:bold; background-color:yellow; font-family:verdana}

