/* my style.css - a simply cool style sheet for the top :) */


body {  
	margin-left: 4%;	
	margin-right: 4%;  	
	padding: 0;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	background: #6DCFF6; 
	background-image:url('head.jpg');
	background-position: absolut; width:659px; left:0px; top:0px;
	background-repeat: no-repeat; 
  }
  
h6 { 
	margin-left: 5%; 
	margin-right: 5%; 
	margin-top: 1em; 
	margin-bottom: 1em;
	text-transform: uppercase;
	font-size: 35%;	}

p { 
	text-indent: 1em; 
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	margin-top: 0; 
	margin-bottom: 0; }

strong { 
	font-weight: bold; }