/*a:active {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 16px; color: #003366}
a:hover {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 16px; color: #006633}
a:link {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 16px; color: #660066}*/

body {
   margin:0;
   padding:0;
}

a:link {color: #660066} /* unvisited link */
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

a:visited {color: #660033} /* visited link */


a:hover {color: #006633;
		text-decoration: underline;} /* mouse over link */
a:active {color: #003366}
#services {
	background-color: #000000;
	height: 125px;
	width: 125px;
	float: left;
	top: 3px;
	position: relative;

	background-image:url(Images/services-circledouble.jpg)
	background-repeat: no-repeat;
	margin-left: 15px;
	}
#services a {
	display:block;
	width:125px;
	color:#c60;
	background: url("Images/services-circledouble.jpg") 0 0 no-repeat;
	text-decoration: none;
	height: 125px;
	background-repeat: no-repeat;
}

#services a:hover {
	
background-position: -125px 0;
color: #E9BE75;
}

#services a:active {
	background-position: -125px 0;
	color:#FFFFFF;
}

