@charset "utf-8";
#mainContent #services a{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #333;
	text-decoration: none;
	display: inline-block;
	margin-right: 2px;
	margin-left: 2px;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
	background-image: url(../Images/grad2.png);
	height: 50px;
	width: 300px;
	line-height: 50px;
	border: medium solid #0CC;
}
#mainContent #services {
	text-decoration: none;
	text-align: center;
	clear: both;
	height: auto;
	width: 950px;
}
#mainContent #services p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFF;
	text-align: center;
}
#mainContent #services a:hover {
	display: inline-block;
	margin-right: 2px;
	margin-left: 2px;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
	height: 50px;
	width: 300px;
	border: medium solid #666;
	background-color: #0CC;
	background-image: none;
}
