<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <title>Goldigger Kennels style sheet</title>
                                                                     
  <meta http-equiv="content-type"
 content="text/html; charset=ISO-8859-1">
                                       
  <meta name="description" content="Style sheet">
                                       
  <style type="text/css">

 a.dog:link { color: blue; text-decoration: none }
 a.dog:active { color: blue; text-decoration: none }
 a.dog:visited { color: blue; text-decoration: none }
 a.dog:hover { color: blue; text-decoration: none; font-weight: bold }

 a.dog2:link { color: white; text-decoration: none }
 a.dog2:active { color: white; text-decoration: none }
 a.dog2:visited { color: white; text-decoration: none }
 a.dog2:hover { color: white; text-decoration: none; font-weight: bold }

   </style>


</head>
<body>  
</body>
</html>


