body { 
    background-image: url(images/bkgPage004_bugs.jpg); 
    background-attachment: fixed;
    background-position: left, right;
    }
	
	h1{
	color: grey;
	font-family: helvetica, arial, sans-serif;
	height:50%;
	}
	
	h3{
	color: # 3681cc;
	font-family: lucida handwriter, lucida sans, arial, sans-serif;	
	}	
		
	div {
	}
		
	/* custom link colors, etc. */
	a:link {blue;}
	a:visited {purple;}
	a:hover {background - silver;}
	a:active {grey;}
	
