a:focus
{
outline:0;
} 
a  {     color : #cccccc;
         text-decoration : none;
         font-weight : normal;
 
}


a:link  {      color : #FFFFFF;
               text-decoration : none;
               font-weight : normal;
 
}

a:visited {    color : #FFFFFF;
               text-decoration : none;
               font-weight : normal;

 
}
   
a:active  {     color : #bbbbbb;
                text-decoration : none;
                font-weight : bold;
}



a:hover  {      color : #999999;
                text-decoration : none;
                font-weight : normal;
}


.flash {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
    text-decoration : none;
    font-variant: small-caps ; 
	font-style: normal;

}
.enter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #bbbbbb;
    letter-spacing: 2px;
    text-decoration : none;
    font-variant: small-caps ; 
	font-style: normal;

}

