body
  {
//    font-weight : bold;
     font-size : 10;
     font-family : Verdana, Helvetica, Sans-serif;
  }

A:visited {
//   font-weight : bold;
   font-size : 10;
   font-family : Verdana, Helvetica, Sans-serif;
   color : #000000;
   text-decoration : none;
}

A:link {
//    font-weight : bold;
   font-size : 10;
   font-family : Verdana, Helvetica, Sans-serif;
   color : #000000;
   text-decoration : none;
}

A:hover {
//    font-weight : bold;
   font-size : 10;
   font-family : Verdana, Helvetica, Sans-serif;
   background-color:white;
   color : red;
   text-decoration : none;
}

A:active {
//    font-weight : bold;
   font-size : 10;
   font-family : Verdana, Helvetica, Sans-serif;
   background-color:white;   
   color : red;
   text-decoration : none;
}

.goimages:visited {
   text-decoration : none;
   color : black;
}

.goimages:link {
   text-decoration : none;
   color : black;
}

.goimages:hover {
   background-color: #A7C7E6;
   color : black;
   text-decoration : none;
}

.goimages:active {
   background-color: #A7C7E6;   
   color : black;
   text-decoration : none;
}

.header {
//   font-weight : bold;
   font-size : 10;
   font-family : Verdana, Helvetica, Sans-serif;
}