<!-- stylesheet for the entire gooroos website -->

	BODY	
	{ 
       	background-color:	#FFCC00; 
	background-repeat:	no-repeat;
	background-attachment:	fixed;
	color:			black;
	font-family:		'Verdana', 'Arial', 'Helvetica', serif;
       	font-size:		12 pt;
       	font-weight:		normal;
	}
       H1	{ font-size: 16pt; font-weight: bold; color: black; }
       H2	{ font-size: 15pt; font-weight: bold; color: black; }
       H3	{ font-size: 14pt; font-weight: bold; color: black; }
	P    
	{ 
		font-size:		12pt; 
		color: black; 
	}
	PRE		
	{ 
		font-size:		12pt; 
		font-family:		 'Courier New', 'Times New Roman', 'Times', 'Courier', serif; 
		color:			black; 
	}
	T
	{
		font-family:		'Verdana', 'Arial', 'Helvetica', serif;
		font-size:		12pt; 
		font-weight:		normal;
		color:			black; 
	}
	TR
	{
		font-family:		'Verdana', 'Arial', 'Helvetica', serif;
		font-size:		12pt; 
		font-weight:		normal;
		color:			black; 
	}
	TD
	{
		font-family:		'Verdana', 'Arial', 'Helvetica', serif;
		font-size:		12pt; 
		font-weight:		normal;
		color:			black; 
	}
	TH
	{
		font-family:		'Verdana', 'Arial', 'Helvetica', serif;
		font-size:		12pt; 
		font-weight:		bold;
		color:			black; 
	}
	A		{ text-decoration: none; }
	A:link		{ color: #800000; }
	A:visited 	{ color: #CD853F; }
 


