a
{
    color: #CE6500; /*Orange*/
}

a.bold
{
    font-weight: bold; /*color: #CE6500; /*Orange*/
}


a:hover
{
    color: #000000; /*black*/
    background-image: none;
}

/*
a:hover
{
    color: white;
   background-color: #CE6500;  Orange
    text-decoration: none;
}
*/

a.image:hover
{
    /*color: #CE6500;*/ /*background-color: none;*/ /*background-color: Transparent;*/
}


/*a:link {color: #FF0000}*//* unvisited link */
/*a:visited {color: #00FF00}*//* visited link */
/*a:hover {color: #FF00FF}*//* mouse over link */
/*a:active {color: #0000FF}*//* selected link */
/*Note: a:hover MUST come after a:link and a:visited in the CSS definition in order to be effective!!*/
/*Note: a:active MUST come after a:hover in the CSS definition in order to be effective!!*/






a.camo
{
    /*font-size: 11px;*/
    color: #000000;
    /*font-weight: normal;*/
    text-decoration: none;
}

a.camo:hover
{
    color: #CE6500; /*orange*/
    background-image: none;
    text-decoration: underline;
}

