/* This is the main stylesheet for WheelStuff.com */

body {  font-family: "Times New Roman", Times, serif; font-size: medium; color: #000000; background-color: #FFFFFF; background-image: url(../images/whitegray.gif); background-repeat: repeat-y; margin-top: 3px; margin-right: 7px; margin-bottom: 5px; margin-left: 7px; list-style-image: url(../images/tire16.gif); background-position: right}
a:link {  color: #0000CC; text-decoration: none}
a:hover {  color: #0000CC; text-decoration: underline overline; background-color: #FFFF33}
a:active {
	color: #CC0000;
	background-color: #FFFF33;
	text-decoration: underline overline;
}
a:visited {  color: #CC0000; text-decoration: none}
h1 {  font-size: x-large; font-weight: bold; font-variant: small-caps; text-transform: capitalize}
h2 {  font-size: large; font-weight: bold; font-variant: small-caps; text-transform: capitalize; color: #FF0000}
h3 {  font-size: medium; font-weight: bold; font-variant: small-caps; text-transform: capitalize; color: #FF0000}
h4 {  font-size: small; font-weight: bold; font-variant: small-caps; text-transform: capitalize; color: #FF0000}
a.menu:visited {
	font-size: small;
	font-weight: bold;
	color: #99FFFF;
	text-decoration: none;
}
a.menu:link {
	font-size: small;
	font-weight: bold;
	color: #FFFF33;
	text-decoration: none;
}
a.menu:hover {
	font-size: small;
	font-weight: bold;
	color: #FFFF33;
	text-decoration: underline overline;
	background-color: #CC0000;
}
a.menu:active {
	font-size: small;
	font-weight: bold;
	color: #99FFFF;
	text-decoration: none;
	background-color: #CC0000;
}
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFFFFF;
}
.navhead {
	background-image: url(../images/redblack.gif);
	background-repeat: repeat-y;
	background-position: 100%;
	background-color: #CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFFFFF;
}

