body{
	background-color:#2FA37F;
	scrollbar-face-color:#090909;
scrollbar-shadow-color: #996600;
scrollbar-highlight-color:#yellow;
scrollbar-3dlight-color: #gold;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color:#FFFFFF;
scrollbar-arrow-color:#2FA37F;

	
}




a:link{
	background-color:#090909;
	color:white;
	text-decoration:none;
	
}
a:visited{
	background-color:#090909;
	color:white;
	text-decoration:none;
}

a:hover{
	background-color:orange;
	color:black;
	text-decoration:none;
}


p{
	font-family:sans-serif;
	font-size:10pt;
	font-weight:normal;
	color:2FA37F;
	text-align:left;
}

h1{
	{color: white; background: 090909; text-decoration: overline underline; text-shadow: 0.5em 0.4em 2px gray;}
	font-family:fantasy;
	font-size:20pt;
	color:white;
	text-align:justify;
	font-style:italic;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=135, Strength=10);
}

 
H2 {color: pink; background: purple}
H3 {color: 090909; background: 2FA37F}
hr {color: 2FA37F}

.btn {
	background-color:#808080;
	color:white;
	font-face:arial;
	font-size:9pt;
	text-align:center;
	padding:3px;
	border-top:1px solid white;
	border-left:1px solid white;
	border-bottom:1px solid black;
	border-right:1px solid black;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=135, Strength=7);
}

.btnon{
	background-color:orange;
	color:black;
	font-face:arial;
	font-size:9pt;
	text-align:center;
	padding:3px;
	border-top:1px solid white;
	border-left:1px solid white;
	border-bottom:1px solid black;
	border-right:1px solid black;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=135, Strength=7);
}

.statement{
	font-family:Korinna BT;
	font-size:1em;
	font-weight:normal;
	color:white;
	text-align:right;
}

li{
	font-family:Korinna BT;
	font-size:1em;
	font-weight:normal;
	color:white;
	text-align:justify;
}

td{
	font-family:Korinna BT;
	font-size:1em;
	font-weight:normal;
	color:2FA37F;
}

th{
	font-family:Korinna BT;
	font-size:1em;
	font-weight:bold;
	color:white;
}

.ques{
	font-family:Korinna BT;
	font-size:1em;
	font-weight:bold;
	color:gold;
}

.ans{
	font-family:Korinna BT;
	font-size:1em;
	font-weight:normal;
	color:white;
}