html, body {
	background-image:url(../images/Background_Sky.jpg);
	width:100%;
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0px;
	padding:0px;
}
.h1 {
	color: #000033;
	font-size: 12px;
	font-weight: bold;
}
.maintext {
     color: #000000;
     font-family: arial;
     font-size: 12px;
     font-weight: normal;
}
a:link {
	color: #0066FF;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #0033FF;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: underline;
}

