<!-- 
BODY
{
  color: white;
  background-color: black;

}

.imgbrd { border-color:red; border-size:1px}
A:link {text-decoration: underline; COLOR: red; }
A:active { text-decoration:none; COLOR: red; }
A:visited {text-decoration: underline; color: red; }
A:hover {text-decoration: none; color: white;}
 -->