/* The style rules for junkyarddog.com site wide */
/* last updated Aug 17, 2001 */

a:link {
   font-weight : bold;
   color : #000000;
   text-decoration : none;
} 

a:visited {
   font-weight : bold;
   color : #000000;
   text-decoration : none;
}

a:active {
   font-weight : bold;
   color : ##A3A5BC;
   text-decoration : none;
}

a:hover {
   font-weight : bold;
   color : ##A3A5BC;
   text-decoration : underline;
}

BODY {
   scrollbar-face-color: #FFFFFF;
   scrollbar-shadow-color: #A3A5BC;
   scrollbar-highlight-color: #003366;
   scrollbar-3dlight-color: #003366;
   scrollbar-darkshadow-color: #003366;
   scrollbar-track-color: #A3A5BC;
   scrollbar-arrow-color: #A3A5BC;
}
