/** 
 * Desc:	Common Style Sheet for Mangemangeroa Website 
 * Author:	Josie Barclay
 * Date:	4 November 2003
 */


body
{ 
	background: #003300;  	/* Green background */
	font-size: 10pt;
	font-family: Arial;  
	color: rgb(255,255,181);
}

a:link		
{  
	color: rgb(255,255,100); /* yet to visit */
} 

a:visited 	
{  
	color: rgb(130,162,0);
}

span
{
	text-decoration: underline;
	color: rgb(102,134,0);
}

table	
{
	cellpadding: 2;
	cellspacing: 2;
	width: 100%
	color: #ffffcc;
	font-size: 9pt;
}

h1		
{
	color: rgb(255,255,0);    /* bright yellow */
	font-family: Arial;
	font-size: 24pt;
	margin-bottom: -12pt;
}

h2		
{  
	color: rgb(255,102,0);   /* bright orange   */
	font-family: Arial;
	font-style: italic;
	font-size: 16pt;
	margin-bottom: -10pt;
}

h3		
{  
	font-family: Helvetica, Arial, sans-serif;
	color: rgb(255,255,128);     /*SUTTLE YELLOW  */
	font-size: 12pt;
	margin-bottom: +2pt;
}
h4		
{  
	color: rgb(255,204,0);     /*  sUTTLE PALE ORNAGE   */
	font-family: Arial;
	font-size: 16pt;
	margin-bottom: -10pt;
}	

i1
{  
	font-family: Helvetica, Arial, sans-serif;
	font-family: Arial;
	font-style: italic;
	   /* italics  */
	
}

p1
{  
	font-family: Helvetica, Arial, sans-serif;
	color: rgb(255,215,0);     /*YELLOW  */
	line-height: 2;
        font-size: 10pt;
}

P2
{
        font-family: Helvetica, Arial, sans-serif;
        color: rgb(155,100,155);     /*brown */
        line-height: 2;
        font-size: 10pt;
}
	
p3	
{
        font-family: Helvetica, Arial, sans-serif;
	color: rgb(255,100,0);
        line-height: 2;
        font-size: 10pt;
}             /*  orange*/
p4	
{       font-family: Helvetica, Arial, sans-serif;
 	color: rgb(50,130,50); 
        line-height: 2;
        font-size: 10pt;
}              /*  green */	

p5	
{       font-family: Helvetica, Arial, sans-serif;
 	color: rgb(255,255,255); 
        line-height: 1;
        font-size: 10pt;
}              /*  white */	