/* CSS Body Style Sheet
 * Weyer & Sons Heating and Air Conditioning
 * Author: Triple V Web Design (Triple V LLC)
 * www.triplevllc.com
 * Develop Date: 10/04/2007
 * Updated Date: N/A
 */
 
body { 
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  background-color: #FFFFFF
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 15px;
	margin-bottom: 0px;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 15px;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #000099;
	background-color: #FFFFFF
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 15px;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #996600;
	background-color: #FFFFFF
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin-left: 15px;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #000098;
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 15px;
	margin-bottom: 4px;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF
}


ul, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right: 10px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 15px;
	margin-right: 10px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000098;
}