/* Huckleberry patch stylesheet */


#elButton a {
				color: #4020A0;
				font-size:11px;
				font-family:Georgia,Verdana,Trebuchet MS;
				font-weight:bold;
				text-decoration: none;
				background-color:#ffffff;
				display: block;
				width: 160px;
				height: 15px;
				margin: 0px; 
			}

#elButton a:hover {
				color:red;
				background-color:#ffffff;
				text-decoration: underline;
			}


body 	{
			background-color : #b3b5ff; 
			margin : 0; 
		} 
		
		
a.menu {
			font-family : Georgia, Verdana, "Trebuchet MS"; 
			color : #4020A0; 
			text-decoration : none; 
		} 
		
a.menu:hover {
			font-family : Georgia, Verdana, "Trebuchet MS"; 
			color : black; 
			text-decoration : underline; 
		} 
		
a.menu:visited {
			font-family : Georgia, Verdana, "Trebuchet MS"; 
			color : #4020A0; 
			text-decoration : none; 
		} 
		
a.menu:active {
			font-family : Georgia, Verdana, "Trebuchet MS"; 
			color : #cecece; 
			text-decoration : underline; 
		} 
		
#blurb	{
			font-family : Georgia, Verdana, "Trebuchet MS"; 
			color : #4020A0; 
			text-decoration : none; 
			font-size:9pt;
			font-weight:bold;
		}

		
#iframe {
			background-color : #4020A0; 
		} 