/* CSS Document */

p {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	color: #660000;
	line-height: 20px;
	padding: 3px;
	text-align: left;
}

.whead1 {
	font-family: "Comic Sans MS";
	font-size: 44px;
	line-height: 70px;
	font-weight: bold;
	color: #CC6633;
	text-align: center;
}

.whead2 {
	font-family: "Comic Sans MS";
	font-size: 14px;
	line-height: 16px;
	color: #FFFFCC;
	text-align: center;
	font-style: italic;
	font-weight: bold;
}

.navigation {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	text-decoration: none;
	background-color: #336600;
	display: block;
	padding: 8px;
	width: 120px;
	color: #FFFFCC;
	font-weight: bold;
}

.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	text-decoration: none;
	background-color: #009900;
	display: block;
	padding: 8px;
	width: 120px;
	font-weight: bold;
}

.footer {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	background-color: #336600;
	padding: 8px;
	color: #FFFFCC;
	font-weight: normal;
	text-align: center;
}

.services {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	color: #660000;
	line-height: 20px;
	padding: 3px;
}

.bdud {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	color: #660000;
	line-height: 20px;
	padding: 3px;
	font-weight: bold;
	text-decoration: underline;
}