 
html {
	font: normal 62.5% Geneva, Arial, Helvetica, sans-serif;
	overflow-y: scroll;
}

body {
	font-size: 1.2em;
	line-height: 140%;
}
 

body,td,th {
	/* font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px; */
}
a:link {
	color: #009bfc;
}
a:visited {
	color: #009bfc;
}
a:hover {
	color: #009bfc;
}
a:active {
	color: #009bfc;
}
h1,h2,h3,h4,h5,h6 {
	
	font-weight: bold;
	margin-bottom:0;
}
h1 {
	font-size:1.7em; color:#1F86FF;
}
h2 {
	font-size:1.3em;color:#333; border-bottom:3px solid #efefef;margin-bottom:10px;
}
h3 {
	font-size:1.3em;color:#FF8A00;
}
h2 a{
	color:#333;text-decoration:none;
}
.play{
	border: 1px solid #ccc;
	background:url(/images/pl.gif) no-repeat top left; 
	margin: 4px 5px 0px 0px; 
	width: 25px; 
	height: 25px; 
	float: left;
}
.video, .video2{
	border: 1px solid #ccc; 
	background:url(/images/tv.gif) no-repeat top left;
	width: 425px; 
	height: 344px;
	display: block;
        text-align: center;
}
/*** Google Videos ***/
.video2{
	width: 400px !important; 
	height: 326px !important;
}



.quiz{
	background:url(/images/quiz.gif) no-repeat top left;
	width: 500px; 
	height: 200px;
	display: block; 
}
.match{
	border: 1px solid #ccc; 
	background:url(/images/match.gif) no-repeat top left;
	width: 500px; 
	height: 375px;
	display: block; 
}
.feature{
	font-size: 11px; 
        width: 160px;
        padding: 10px 5px;
        height: 210px
        border: 1px dotted red;
        margin-right: 5px;
        float: left;
        background: #efefef;
        display: block;

}
.clear{
	clear:both;
}


