BODY {
  background: #000000;
  color: #ffffff;
  margin: 0px;
  font-family: Verdana;
  font-size: 10pt;
  font-color: #ffffff;
}

A {
  color: #CC00FF;

    text-decoration: underline;
}

A:hover {
  color: #000000;
  text-decoration: none;
  }
A:active {
  color: #CC00FF;
  text-decoration: underline;
}

h1
{
font-weight:bold;
font-face: Comic Sans MS;
font-size:12pt; 
text-decoration: underline;
color: #ffffff;
}
td { 
font-family: Verdana; 
font-size: 10pt; 
color: #ffffff;
 }
a.link {  color: #CC00FF;
text-decoration: underline;
}
a.link:visited {  color: #CC00FF;
  text-decoration: none;
}
a.link:hover {  color: #ffffff;
  text-decoration: none;
}
.thumb 
{border:1px;
border-thickness: 1px;
border-color: #CC00FF;
border-style: solid;
}
A:hover, A:active {color: #ffffff}
A:hover .thumb, A:active .thumb 
{border:1px; border-thickness: 1px;
border-color: #CC00FF; border-style: solid}