body{

  background-repeat: repeat;

}



a:hover{

  font-weight : bold;

  color : #ff0000;

  bordercolor : #ff0000;

  background-color : #ffc0c0;

  text-decoration : underline overline;

}



a:link{

  font-weight : bold;

  text-decoration : none;

}



a:visited{

  font-weight : bold;

  text-decoration : none;

}



a:active{

  text-decoration : none;

}



a.text:hover{

  font-size : x-small;

  font-weight : bold;

  color : #333333;

  bordercolor : #ff0000;

  background-color : #ffc0c0;

  text-decoration : underline overline;

}



a.text:link{

  font-size : x-small;

  font-weight : normal;

  color : #333333;

  text-decoration : none;

}



a.text:visited{

  font-size : x-small;

  font-weight : normal;

  color : #333333;

  text-decoration : none;

}



a.text:active{

  font-size : x-small;

  font-weight : normal;

  color : #333333;

  text-decoration : none;

}



a.img:hover{

  color :#ffffff;

  background-color : #cccccc;

}



a.img:link{

  font-size : x-small;

  font-weight : normal;

  color : #333333;

  text-decoration : none;

}



a.img:visited{

  font-size : x-small;

  font-weight : normal;

  color : #333333;

  text-decoration : none;

}



a.img:active{

  font-size : x-small;

  font-weight : normal;

  color : #333333;

  text-decoration : none;

}

