/* Huckleberry patch stylesheet */



body 	{
			background-color : #7f8767; 
			margin : 0; 
		} 
		
	
font, a	{
			font-family : Georgia, Verdana, "Trebuchet MS"; 
		}
		
		
#label	{
			font-family : Georgia, Verdana, "Trebuchet MS";
			font-weight: bold;
		}
		
font.white {
			font-family : Georgia, Verdana, "Trebuchet MS";
			color: white;
		}
		
font.label	{
			font-family : Georgia, Verdana, "Trebuchet MS";
			font-weight: bold;
			font-size:10pt;
		}
		
font.small	{
			font-family : Georgia, Verdana, "Trebuchet MS";
			font-size:9pt;
		}
		
a.label	{
			font-family : Georgia, Verdana, "Trebuchet MS";
			font-weight: bold;
			font-size:10pt;
			color:#7f8767;
		}
	
		
a.menu {
			font-family : Georgia, Verdana, "Trebuchet MS"; 
			color : white; 
			text-decoration : none; 
		} 
		
a.menu:hover {
			font-family : Georgia, Verdana, "Trebuchet MS"; 
			color : red; 
			text-decoration : underline; 
		} 
		
a.menu:visited {
			font-family : Georgia, Verdana, "Trebuchet MS"; 
			color : white; 
			text-decoration : none; 
		} 
		
a.menu:active {
			font-family : Georgia, Verdana, "Trebuchet MS"; 
			color : white; 
			text-decoration : underline; 
		} 
		
a:hover	{
			font-family : Georgia, Verdana, "Trebuchet MS"; 
			color : red; 
			text-decoration : underline; 
		}
		
a:visited {
			font-family : Georgia, Verdana, "Trebuchet MS"; 
			color : #404040; 
			text-decoration : underline; 
		} 
		
		
#iframe {
			background-color : white; 
		} 
		
		
h1, h2, h3, h4, h5, h6	{
			font-family : Georgia, Verdana, "Trebuchet MS"; 
			text-decoration : none; 
		}
		

		
		