/* CSS Style Sheet for West Oxford Wildlife Group - wowg_style.css */ 

/* Standard link is dark green */ 
A:link {color:#006666; text-decoration: none; } 

/* Visted link sinks down to dark blue */ 
A:visited {color:#006699; text-decoration: none; } 

/* Hovering link */ 
A:hover {color:#89AFAF; text-decoration: none; } 

/* Active link */ 
A:active {color:#B20404; text-decoration: none; }


/* CSS Style Sheet for West Oxford Community Associaton website NAVIGATION bars only - woca_navbar.css */ 
/* See separate Style Sheets for WOCA frameset frames for TOP BANNER and MAIN PAGES */ 





BODY	{
            background-image:  url(images/vellum2.jpg);
            background-repeat: repeat;
            background-color: #cccccc;
		font-family: Arial, Helvetica, sans-serif;
      }

.normal 
	{  	font-family: Arial, Helvetica, sans-serif; 
		font-size: 14px; 
		font-style: normal; 
		line-height: 18px; 
		font-weight: normal; 
		color: #000000
	}


.normal_bold 
	{ 	font-family: Arial, Helvetica, sans-serif; 
		font-size: 14px; 
		font-style: normal; 
		font-weight: bold; 
		color: #000000 ; 
; line-height: 18px
	}

.menubar_option 
	{ 	font-family: Arial,Helvetica,sans-serif; 
		font-size: 14px; 
		font-style: normal; 
		font-weight: bold; 
		color: #006666 ; 
	}

