/*Wokingham Acupuncture clinic Style Sheet*/


/*Main Body*/		body {font-family: verdana, futura, tahoma, optima, sans-serif;
				 background-color:white; color:black;
				 text-align:justify}


/*Main text*/		div.maintext {position:absolute; z-index:7; width:80%; top:155; left:0; padding:10px;
			 font-size:11pt; font-weight:200; text-align:justify}


/*Logo*/		img.logo {position:absolute; z-index:2; top:10; left:0;}


/*Main Title*/		H1 {position:absolute; z-index:4; top:15; left:150;
			 color:rgb(75,175,00);
			 font-size:35px;
			 text-align:center}

/*Title shadow*/	div.shadow {position:absolute; z-index:3; top:16; left:152;
			 color:rgb(175,250,50);
			 font-size:35px;
			 text-align:center}

/*Sub-Title*/		H2 {position:absolute; z-index:3; top:70; left:150;
			 color:rgb(125,200,25);
			 font-size:20px;
			 font-weight:200;
			 text-align:center}

/*Highlights*/		STRONG {text-transform:uppercase; text-decoration:underline; font-weight:bold;
			 color:rgb(75,175,0); background-color:rgb(175,250,50)}

/*Paragraph Headings*/	H3 {font-size:14pt; font-weight:bold; text-transform:uppercase; color:rgb(75,175,0)}


/*Quotes*/		div.quote {font-weight:200; font-style:italic; color:rgb(125,200,25);}


/*Horizontal line*/	hr {margin-top:5px; padding:5px; height:2px; width:100%;
			 text-align:center; color:rgb(125,200,25)}		



/*Links*/		a:link {font-style:oblique; color:rgb(125,200,25)} 
			a:visited {color:rgb(75,175,0)} 
			a:hover {background-color:rgb(75,175,0); color:white} 
			a:active {color:white; background-color:rgb(75,175,0)}

/*Small print*/		H5 {font-size:10pt; color:rgb(175,250,50); font-weight:200}		

/*Top Menu*/		div.topmenu {position:absolute; z-index:3; top:110; left:110;
			 font-size:11pt; font-weight:200; text-align:justify;
			 font-family: verdana, futura, tahoma, optima, sans-serif;}


			


/*Colours*/		Pale Green = RGB 175,250,50 = Hex ?
			Mid Green = RGB 125,200,25 = Hex ?
			dark Green = RGB75,175,0 
	





