@charset "utf-8";
body{



}


a {
  font-family: Arial,Verdana,  sans-serif;/*ok */
  font-size: 12px; /*ok */
  color: #ffffff;
/*  background:#CCCCCC;*/
   text-align:right;
  font-weight :none; /*ok */
}
a:hover {
  font-family: Arial,Verdana,  sans-serif;/*ok */
  font-size: 12px; /*ok */
  color: #ff0000;
/*  background:#CCCCCC;*/
   text-align:right;
  font-weight :none; /*ok */
}


/*----------------------------------------------------------------------------------*/
