/* 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 : #000000;
   text-decoration : none;
}

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

BODY {
   scrollbar-face-color: #558DC6;
   scrollbar-shadow-color: #003366;
   scrollbar-highlight-color: #003366;
   scrollbar-3dlight-color: #003366;
   scrollbar-darkshadow-color: #003366;
   scrollbar-track-color: #336699;
   scrollbar-arrow-color: yellow;
}
Body	{font-family:	"arial";
	color:		"#000000";
	background:	"#FFFFFF";
	}
