
body {
	color: #AAAAAA;
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	font-size: 15px;
}

h1 {
	font-family: Tahoma, Impact, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 40px;
	color: #2DC92D;
}

a { 
	color: #2DC92D;
	font-size: 16px;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
a, a:link, a:visited { text-decoration: none; }
a:hover              { text-decoration: underline;}

.section-header {
	background: #2DC92D;
	
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
}

.play-more-image a img{
	border: solid 2px #2DC92D;
}
.play-more-image a:hover img{ border: solid 2px #CCCCCC; }
