﻿/* The style rules for junkyarddog.com site wide */
/* last updated Aug 17, 2001 */
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #000000;
}

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

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

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

a:hover {
   font-weight : bold;
   color : red;
   text-decoration : underline;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	font-size: 14px;
	color: #5480A5;
	font-weight: bolder;
	
}

BODY {
   scrollbar-face-color: black;
   scrollbar-shadow-color: red;
   scrollbar-highlight-color: red;
   scrollbar-3dlight-color: black;
   scrollbar-darkshadow-color: black;
   scrollbar-track-color: #577EA5;
   scrollbar-arrow-color: red;
}
