/*This is the core style sheet of ActiveHerbWholesale.com site.*/
body {
		background-color: white;
		color: #000000;
		font-family: Verdana, Helvetica, Arial, sans-serif;
		font-size: 1em;
		margin: 0;
	}
h1 {
	font-size: 1.2em;
	letter-spacing: 5px;
}

h2 {
	font-size: 1.1em;
	text-decoration: underline;
}

p {
	font-size: 0.7em;
	text-align: justify;
	line-height: 1.7em;
}

p.footer {
			font-size: .5em;
			text-align: center;
			font-weight: bold;
}


a:link {
color: #008000;
text-decoration: underline;
}

a:visited {
color: #008000;
text-decoration: underline;
}

a:hover {
color: #ff8000;
}

a:active {
color: #008000;
background-color: white;
}
