body      
{
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 14px;
	font-family: Verdana;
	color: Black;
	background-color : #DBDBDB;
	margin: 0px;	
}

#index
{
	width: 100%;
	height: 100%;
	margin : 0;
	padding : 0;
	border : thin solid Blue;
}

h1      
   {
    display: inline;
	font-size: 36px;
	font-family: Verdana;
	font-weight: bold;
	text-decoration:none;
	color: #000000;
	background-color : transparent;
	}
	