


h1 {font-size: 23px; line-height: 10px; }
h2 {font-size: 18px; line-height: 10px; }


a.juice:visited  {color: blue; text-decoration: none}
a.juice:link  {color: blue; text-decoration: none}
a.juice:active  {color: blue; text-decoration: none}
a.juice:hover   {cursor: hand; color: yellow; background-color : green; text-decoration: none }


A:visited  {color: #565b00; text-decoration: none}
A:link  {color: #565b00; text-decoration: none}
A:active  {color: #565b00; text-decoration: none}
A:hover   {cursor: hand; color: yellow; background-color : green; text-decoration: none }



body {
	
	color: #565b00;	

	background:url(images/gatlinburg-tn-grain.jpg);
	
	font-family: "Comic Sans MS"", Arial, sans-serif;
	
	font-size: 14pt;
	
	
}





div.menu

:hover {
background-color : green;
color:yellow;
font : normal 10pt verdana, sans-serif;
text-align : center; 
vertical-align : middle;
height: 15px;
 
}

IMG.left {float:left}



