    Author:   Simon Fenwick                                

    E-mail:   fenwicksc@aol.com                 

    Modified:  December 2002                                    

    File:     REAstyle2.css     	                    

    Purpose:  Style sheet 2   



<style type="text/css">



BODY {  background-image: url("images/S&S.gif");
		margin-top:1pt;
		}



H1 {	font-family:Copperplate, serif;   
		font-weight:bold;    
		text-align:center;
		font-size:15pt;
		color:#000000;
		margin-top:0pt;
		margin-bottom:0pt
	}

H2 {	font-family:arial, helvetica, san-serif;   
		font-style:normal; 	
		text-align:center;
		font-size:12pt; 
		color:red;   
		margin-top:0pt;
		margin-bottom:10pt
	}
	
H3 {	font-family:harrington, new times roman, serif;   
		font-weight:bold;    
		text-align:center;
		font-size:12pt;   
		color:black;   
		margin-top:0pt; 
		margin-bottom:10pt
		}

P {
	font-family:arial, helvetica, san-serif;
	font-size:10pt;
	font-style:normal;
	text-align:justify;
	color:black;
	font-weight:normal;
		}

LI {	font-family:arial, helvetica, san-serif; 
		font-size:10pt;  
		font-style:normal; 
		text-align:left; 
		color:black}



A:hover {	text-decoration:bold; 
			color:#000000; 
		} 

A:link {	text-decoration:underline; 
			color:#0000ff; 
	 	}



</style>
