/* STYLESHEET for http://www.valleyscooters.net/  */




a:link, a:visited		{	color: maroon;
			}



h		 {	font-family: Arial; 
			}
			
.normal	{	font-family: Arial;
			font-size: 12pt;
			color: black
			}

.heavy	{	font-weight: bold;
			}

.small	{	font-size: 8pt;
			}
.large	{	font-size: 16pt;
			}

.yellow	{	font-family: Arial;
			font-size: 14pt;
			color: yellow;
			}

.red	{	font-family: Arial;
			font-size: 14pt;
			color: red;
			}

.yellowitalic {	font-family: Arial;
			font-size: 14pt;
			font-style: italic;
			color: yellow;
			}

.reditalic {	font-family: Arial;
			font-size: 14pt;
			font-style: italic;
			color: red;
			}



H1.normal, H2.normal, H3.normal {
			font-family: Arial;
			}

TD[class="normal"]	{	font-family: Arial;
					font-size: 10pt;
						}

TD[class="heavy"]	{	font-family: Arial;
						font-size: 10pt;
						font-weight: bold;
						}


#navigation		{	width: 110px;
					font-family: Arial, Helvetica, sans-serif;
					/* font-weight: bold; */
					font-size: 8pt;
					}

#navigation ul	{	list-style: none;
					margin: 0 6px 0 0;
					padding: 0;
					/* border-top: 1px solid black; */
					}


#navigation li	{	/* border-bottom: 1px dotted black; */
					border-bottom: 1px solid blue; 
					padding: 0;
					font-size: 9pt;
					}


#navigation li a:link, #navigation li a:visited {
					display: block;
					padding: 0px 0px 0px 0.5em;
					/*border-left: 1px dashed black;*/
					/*border-right: 12px solid rgb(246,179,61);*/
					/*border-right: 1px dashed black;*/
					background-color: blue;
					color: white;
					text-decoration: none;
					}

#navigation li a:hover {
					color: red;
					background-color: yellow;
					text-decoration: none;
					}

