   html,body{
      margin:0;
      padding:0;
      height:100%;
      border:none
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFCC00;
}

.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #00CCFF;
	vertical-align: middle;
	text-align: center;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFCC00;
}

.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #66FF33;
	text-align: center;
	vertical-align: middle;
}

.footer ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

.footer ul li {
	margin-left: 0;
	padding: 3px 15px;
	border-left: 1px solid;
	list-style: none;
	display: inline;
	}
	
		
.footer ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}
img {
	border: none;
}
a {
	text-decoration: none;
	color: #66FF00;
}
.index {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #00CCFF;
	vertical-align: top;
	text-align: right;
	text-indent: 20px;
	white-space: normal;
	padding: 20;
}
