body {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
	
p { 	margin: 5px; padding: 5px; }

a {	color: #5e0a28; 
	text-decoration: none; 
}	

a:link {	
	color: #5e0a28; 
	text-decoration: none; 
}	

a:visited {
	color: #4d0917;
	text-decoration: none; 
}

a:hover {
	color: #990099;
	text-decoration: none; 
}

a:active {
	color: #330033;
	text-decoration: none; 
}

h1 h2 h3 h4 { font-family: verdana,arial,helvetica,sans-serif; color: #360315; 
}

/*---------- the text headers for menus ---------------*/
.blockback {      
	font-family: verdana,arial,helvetica,sans-serif;
	background: #774D37;
	font-size: 90%;
	padding: 5px;
	padding-left: 5px;
	margin-bottom: 0px;
	color: #ffeeee;
	border-bottom: 2px solid #442222;
	border-right: 1px solid #553333;
	text-transform: capitalize;
	text-align: left;
	cursor: pointer;
}
.blockback a { color: #FFEEEF; }

.service {
	font-family: verdana,arial,helvetica,sans-serif;
	background: #FDEBD3;
	font-size: 90%;
	padding: 5px;
	margin-bottom: 0x;
	color: #5e0a28;
	border-top: 1px solid #553333;
	border-left: 1px solid #553333;
	border-bottom: 2px solid #442222;
	border-right: 2px solid #553333;
	text-transform: capitalize;
	text-align: left;
	cursor: pointer;

}

