/* This is the body */

body {
	margin:0;
	background-color: #003366;	
	}
	
/* This style controls how the links look on all the pages  */	
a {
	color: #003399;
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

/* This style controls how the links look on all the pages when the mouse hovers over them */		
a:hover {
	color: #FF9900;
	text-decoration:none;
	}
	
/* This style controls how the text looks on all the pages  */
	
.bodyText {
	font:12px Arial, Helvetica, sans-serif;
	line-height:22px;
	}

/* This style is used on the home page for the customer quotes*/
.quote {
	font: 20px/24px Verdana, Arial, Helvetica, sans-serif;
	color: #7f99b2;
	}
	
/* This style is used on the bottom of all pages for the -   2006 Twin Oaks Lawn & Landscape */
.footer {
	color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 15px;
}

/* This style is used for all 1st headings */
h1 {
	font-size: large;
	color: #FF9900;
	font-family: Papyrus;
	font-weight: bold;
	padding-top: 5px;
}

/* This style is used for all 2nd headings */
h2 {
	font-size: medium;
	color: #003366;
}
