/* 

	TermsPage.css

	Styles for the WoodTerms.html page

*/

.terms
{	
	font-family: Arial;
	font-weight: bold;
	font-size: medium;

}
       
.terms H1
{
	font-size: 48px;	
}

.terms H2
{
	font-weight: bold;
	font-size: large;
	/*color: #0000FF;*/
}

.style1 
{
	font-size: medium;
	color: blue;
}	    					
.style1 a:link{color:blue;}
.style1 a:hover{color: #CCFF99;}
.style1 a:visited{ color:#666666; }
			