.bodytext {
			font-family:Helvetica, Arial, sans-serif; 
			font-size:medium; color:#666
			}
.button{
			font-family:Helvetica, Arial, sans-serif; 
			font-size:18px;
			color: #C33;
			text-decoration: none
			}
.fancy
{
	font-family: Georgia, Times New Roman, serif;
	font-size: 22px;
	color: #999;
	text-decoration: none;
	font-style: italic;
	font-weight: bolder;
}

A:link
{
	text-decoration: none;
	color: #633;
	background-color: #F93
	font-family: Helvetica, Arial, sans-serif;
}
A:visited { 
			text-decoration: none;  
			color: #633;  	
			background-color: #F93

			font-family:Helvetica, Arial, sans-serif; 
			}
A:active { 
			text-decoration: none;  
			color: #C03;
			background-color: #C66
			font-family:Helvetica, Arial, sans-serif; 
			}
A:hover { 
			text-decoration: none;  
			color: #F60;
			font-family:Helvetica, Arial, sans-serif; 
			}
H4
{
/*
	font-family: Helvetica, Arial, sans-serif;
*/
	font-family: Georgia, Times New Roman, serif;
	font-size: large;
	color: #C30;
	font-style: italic;
}

H1
{
/*
	font-family: Helvetica, Arial, sans-serif;
*/
	font-family: Georgia, Times New Roman, serif;
	font-size: 16pt;
	color: #C30;
	font-style: italic;
}
.servdescrip
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: medium;
	color: black;
	font-weight: bold;
	font-style: oblique;
	font-variant: small-caps;
}	
/* positioning and formatting for the menu goes here */
	#theMenu {
/* 		position: absolute; */
/* 		left: 0; */
/* 		width: 12em; */
/* 		padding: 0; */
/* 		text-align: right; */
		position:absolute; 
		left: 10px; 
		top: 290px; 
		width: 140px;
	}

	#theMenu ul {
		list-style-type: none;
	}
	#theMenu a	
	{
		width: 10em;
		min-height: 1.5em;
		display: block;
		font: bold 85% Arial, Helvetica, sans-serif;
		text-decoration: none;
		/* 		border: 3px outset #ccc; */
		padding: 0.3em;
		margin: 0.1em 0;
		text-align: left;
		vertical-align: text-bottom;
	}
	#theMenu a:link {
/* 		border-color: #9cc; */
		background: #FFC;
		color: #black;
	}
	#theMenu a:visited {
/* 		border-color: #cc9; */
		background: #ffd;
		color: #c33;
	}
	#theMenu a:hover	
	{
		/* 		border-color: inherit; */
		color: #F90;
		background-color: #FF9;
	}
/* 	#theMenu a:focus { */
/* 		border-style: outset; */
	}
	#theMenu a:active, #theMenu a:focus {
/* 		border-style: inset; */
/* 		border-color: inherit; */
		background-color: inherit;
		color: inherit;
	}
