/* CSS Document */

<!--
/* for heading*/
.style1 {
	font-size: xx-large;
	font-family: "AR DARLING";
	color: #000099;
	
}
/* for subheading*/
.style7 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000099;
	font-size: medium;
}
/* for div */
.style8 {
height: 23%;
width:99%;
-moz-border-radius: 25px 10px / 10px 25px;
border-radius: 25px 10px / 10px 25px;
overflow:hidden;
}
/* div*/
.style10 {
height: 4%;
width:99%;
-moz-border-radius: 25px 10px / 10px 25px;
border-radius: 25px 10px / 10px 25px;
}

.style9 {
	color: #FFFFFF;
	font-family:" Algerian" ;
	font-size: medium;
}
body {
	background-color:#000066;
}
/* for main heading*/
.style15 {
	color: #FFFF00;
	font-size:x-large;
	
}

/* for subheading*/
.style26{
	font-size:large;
	color:#FFFFFF;
}
/* for main para*/
.style27{
	color:#FFCC33;
}
/* for visitors*/
.style28{
	font-size:large;
	color:#FFFF99;
}
.style30{
font-family:"AR ESSENCE";
color:#99FFCC;
-moz-border-radius: 25px 10px / 10px 25px;
border-radius: 25px 10px / 10px 25px;
width:99%;
}
A:link {text-decoration: none;color: white;}
A:visited {text-decoration: none;color: white;}
A:active {text-decoration: none;color: white;}
A:hover {text-decoration: underline; color: white;}
-->