
/* External stylesheet for Forest View Evergreen Tree Farms  */

body	{ background-color: #f0ffff }
p	{ font-size: .75em; font-family: arial, sans-serif }
a	{ color: #008000; text-decoration: none }
a:hover	{ color: red }

<!-- TITLE AND CONTACT INFORMATION -->
.title		{ font-size: 2.5em; font-family: monotype corsiva, serif; 
			text-align: center; color: white; background-color: darkblue }
.subtitle	{ font-size: 1.5em; font-family: arial, sans-serif;
			text-align: center; color: yellow; background-color: darkblue }
.contact	{ font-size: .7em; font-family: arial, sans-serif; 
			text-align: center; color: darkblue; background-color: #f0f8ff }

<!-- NAVIGATION BAR -->
.navbox	{text-align: center;
	background-color: #f0ffff;
	font-size: .7em;
	font-family: arial, sans-serif;
	border-style: solid;
	border-width: 2px;
	border-color: #008080;
	margin: 0px;
	padding: .2em }

<!-- PRICE LISTS -->
.pricelist
	{ font-size: .8em;
	font-family: arial, sans-serif;
	color: darkblue;
	text-align: left;
	background-color: whitesmoke }

<!-- MAIN POINTS AND LINKS TO FURTHER IMAGES -->
.mainpoints	{ font-size: 1em; font-family: arial, sans-serif;
			font-style: italic; text-align: left; color: #008000}
.morepics	{ font-size: .8em; font-family: arial, sans-serif; text-align: center;
			color: red }
.label		{ font-size: .7em; font-family: arial, sans-serif; color: darkblue }

