/* style.css - for foothillwine.com pages - root folder */


/* We use the "standard 16" color names:
   aqua, black, blue, fuchsia, gray, green, lime, maroon,
   navy, olive, purple, red, silver, teal, white, and yellow */


BODY {
	font-family: verdana, sans-serif; color: black;
	font-size: 14px;	

}


P {
	font-family: verdana, sans-serif; color: black;
	font-size: 14px;	
}

BLOCKQUOTE {
	font-family: verdana, sans-serif; color: black; 
	font-size: 14px;
}

H1, H2 {
	font-family: arial, sans-serif;	color: maroon
	font-weight:normal
}

H3, H4, H5 {
	font-family: arial, sans-serif;
	font-weight:normal
}	
	h1 {
	font-size:			20px;
	
}
	h2 {
	font-size:			18px;
	
}
	h3	{
	font: 	bold 16px arial, sans-serif;
	color: 	teal;
	background-color:	#CCC
}
	h4 {
	font: 	bold 16px arial, sans-serif;
	color: 	black;
}
	h5 {
	font: 	bold 14px arial, sans-serif;
	color: 	black;
}
	h6 {
	color:		black;
	font-weight:	bold;
	font-size:		12px;
}

A:link {
	color: maroon;
	background: transparent;
	text-decoration: none;
	font-weight: bold;
}
A:visited {
	background: transparent;
	color: purple;
	text-decoration: none;
	font-weight: bold;
}
A:active {
	background: transparent;
	color: red;
	text-decoration: none;
	font-weight: bold;
}	
A:hover {	background: transparent; 
		color: green;
		text-decoration: underline;
		font-weight: bold;
}


