<style>
a { 
  font-size:11px; 
  color: AD5552; 
  text-decoration: none; 
  font-weight:none; 
  cursor: none
}
a:active {
  text-decoration:none; 
  font-weight:none; color: AD5552;
}
a:link {
  text-decoration: none; 
  font-weight:none; color: AD5552;
}
a:visited {
  text-decoration:none; 
  font-weight:none; color: AD5552;
}
a:hover {
  text-decoration: underline; 
  font-size:11px; color: B14742;
  text-decoration: underline; style: dotted;
}
table { 
  font-family: verdana; 
  font-size: 11px; color: 000000;   text-decoration: none; font-weight: none;
  list-style-type:none
}
img
{
    border-color: #AD5552;
  }
img a
{
    border-color: #AD5552;
    border: 2px;
}
img a:link
{
    border-color: #AD5552;
    border: 2px;
}


</style>