/*
 _______________________________________________________________________________
|                                                                               |
|  Sets the style for links when the mouse is moved over a link, visited, etc.  |
|                                                                               |
|_______________________________________________________________________________|

*/

A  .cls         { text-decoration:none; color:blue;}
A:hover, .clh     {
    text-decoration:none;
	color:red;
	font-weight : bold;
}

A:visited, .clv    {
    text-decoration:none;
	color: #B22222; /* firebrick */
}
A:active, .cla {
    font-family: tahoma, sans-serif;
    font-weight: bold;
    color: #708090;
    text-decoration: none;
}
    
#contentWOB {
    color: white;
    background-color: black;
    font-weight: normal;
}
#contentWOB a {
    border: 0px;
    background-color: black;
    color: #FFD700; /* gold */
    text-decoration: none;
}
#contentWOB A:hover    { text-decoration:none; color:red; font-weight : bold;}
#contentWOB a:visited, .clvb {
    border: 0px;
    background-color: black;
    color: #ADD8E6;
    text-decoration: none;
}

.x {
    FONT-STYLE: Italic;
}
    
A.LinkOB     {
    COLOR: #FFD700; /* gold */
	background: black; FONT-FAMILY: tahoma, verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none;
}
A.LinkOnBlack     {
    COLOR: #FFD700; /* gold */
	background: black; FONT-FAMILY: tahoma, verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none;
}
A.LinkLtBlue, .LinkOB     {
    COLOR: #99aadc; FONT-FAMILY: tahoma, verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none;
}
A.LinkGold     {
    COLOR: #FFD700; /* gold */
	background: black; FONT-FAMILY: tahoma, verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none;
}
.LinkX {
    FONT-STYLE: Italic;
}
    
.LinkXOB {
    COLOR: #ADD8E6; /* LightBlue */
	FONT-STYLE: Italic;
}
