<!-- Filename:		crones.css
	 Description:	Style sheet file for crones website.
	 Author:		Kev Coomber (kjc) 2nd April 2000
	 
-->

 BODY {	background-image:		url(www.crones.co.uk/assets/cronebg.gif);
 		background-repeat:		no-repeat;
		background-attachment:	fixed;
		background-position:	40% 0%}
		
 .subhead {font-weight: bolder;
 		   color: red}
		   
.emph {font-weight: bolder;
 		   color: black}		   
 	
 UL {list-style-image:url(www.crones.co.uk/assets/croneBull.gif)}
 
 .dropcap {font: bold 200% sans-serif;
 		   float: left
 		   }
		   
 .small {font-size: x-small}
 
 .pagetitle {font: bold 110% sans-serif}