<!--------------------------------------------------------
Date:              5/5/02
File Name:         wyntree.css
Application Name:  www.wyntreehoa.com web site
Developer(s):      Ron Roberts
Function:          CSS file for Wyntree
Comments:
	To include, put the following line into the HEAD
	section of your template: 
	<link rel="stylesheet" type="text/css" href="styles/wyntree.css">							
---------------------------------------------------------->
<!-- tag modifications -->

BODY {
	background-color: white;
	font-family: verdana, sans-serif;
	font-size: 10pt;
	color: black;
	text-decoration: none;
	text-align: left;
	margin-left: 2em; 
	margin-right: 2em;
	margin-top: 1em; 	
}

TABLE {
	background-color: white;
	font-family: verdana, sans-serif;
	font-size: 10pt;
	color: black;
	text-decoration: none;
	text-align: left;
}


HR  {
	width: 600px;
	height: 3;
	color:#800040;
	text-align: center;
}	

P  {
	font-family: verdana, sans-serif;
	font-size: 10pt;
	line-height: 15pt;
}		

A {
	text-decoration: none;  	
	color: navy;
	font : normal;
}

A:HOVER {
	text-decoration: underline;  
	color: #800040;
	font : bold;	
}

<!-- classes -->

.menulinktitle {
	text-decoration: none;
	font-family: verdana, sans-serif;
	font-size: 8pt;
	color: #800040;
}

.menulinksmalltitle {
	text-decoration: none;
	font-family: verdana, sans-serif;
	font-size: 7pt;
	color: #800040;
}

.pagelinktitle {
	font-family: verdana, sans-serif;
	font-size: 18pt;
	color: #800040;
}	

.bigtitle {
	font-family: times roman, serif;
	font-size: 18pt;
	font-weight: bold;	
	color: black;
	line-height: 20pt;	
}

.mediumtitle {
	font-size: 16pt;
	font-weight: bold;	
	color: black;
}

.smalltitle {
	font-size: 12pt;
	font-weight: bold;	
	color: black;
}

.tinytitle {
	font-size: 9pt;
	font-weight: bold;	
	color: black;
}

.copyright	{
	font-size: 7pt; 
	font-style: italic;
	color: black;
	text-transform: capitalize;
	text-align: center;
}



