#header {
	float:left;
	/*background-image: url(Welcome_to_my_page.png);*/
	background: #6D10ED;
	background-color: rgba(165, 204, 230, 1);
	background-repeat: no-repeat;
	height: 100px;
	width: 100%;
	margin:auto;
	cursor:default;
	font-family: Monotype Corsiva;
	text-align:center;
    /*color:#BE9BEC;*/
	font-weight:bold; 		
    padding: 0 0;
    font-size:25px !important;
}
#head-title
{padding:5px 0;font-weight:bold;font-size:50px;color:#B50E98;}
#head-title1
{font-weight:bold;font-size:25px;color:#ffffff;}
.header-logo{
	position:absolute;
	float:left;
	left:5px;
	top:2px;
    	
}
.header-time{
	float:left;
	right:10px;
    position:absolute;
}


#footer {background-color: #3a4f63; border-top: 1px solid #e5e5e5; font-family:default; color: #999; padding: 10px 0; margin:10px 0 0 0; text-align: center;  vertical-align: top; }
#footer a { color:#428bca; font-weight:normal;  padding:0px 15px;  font-size:12px;}
#footer p { margin:0;}
#footer a:hover { text-decoration:underline;}

a.back-to-top {
	display: none;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px;
	background: #27AE61 url("http://www.geocities.ws/vashishtha32/Data/up-arrow.png") no-repeat center 43%;
	/*background: #27AE61 url("up-arrow.png") no-repeat center 43%*/;
    -webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
a:hover.back-to-top {
	background-color: #000;
}

#button{ 
 /*float:left;*/
 position: fixed;
    bottom: 0;
    right: 0;
    width: 60px;
}


html { 
  background: url("http://www.geocities.ws/vashishtha32/Data/book.jpg") no-repeat center center fixed; 
  /*background: url("book.jpg") no-repeat center center fixed;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body
{
 
 /*background-image: url("ADS-BG 0143.JPG");*/
 padding: 0 0;
 text-align: center;
 margin:0 0;

  
}

.menu5{
	width:100%;
	height:60px;
	
	
}

form
{
 /*border-color:gray;*/
 border-radius:10px;
 /*border-style:inset;*/
 
 background-color: rgba(225, 225, 225, 0.4);
 border-width:2px;
 width:65%;
 margin:auto;

 
}



h1 {
	font-size: 35px;
	color: #FFC40F;
	margin-top: 9px;
	margin-bottom: 8px;
}

h2 {
	text-align: left;
	font-size: 28px;
	
	color: #000000;
	margin: 0px 5px 0px 0px;
}

.h2color {
	color: #fff;
}
h3 
{
 text-align:center;
 
 font-size: 119%;
 color: #000090;
 margin: 5px 1px 5px 1px;
 border-color: purple;
 border-style:outset;
 background-color: pink;
 border-width: 3px
}

 p 
{
 background-color: yellow;
 font-family: monospace;
 margin:auto;
}
p.cursive 
{
 background-color: yellow;
 font-family: cursive;
 margin:auto;
}

