html {
    height: 100%; margin-bottom: 1px;
	overflow: -moz-scrollbars-vertical;
}
Body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
	text-align:center;
}
.Text {	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: white;}
	
.Head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color:#FFFF00;
	font-weight: bold;
}
	.Head2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color:#FFFF00;
	font-weight: bold;
}
	
	
.Navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: white;
}
.Text2 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style:oblique;
	font-weight:bold;
	color: white;}
.Footer {font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
}


a:link {
	color: #FFFF00;
}
a:visited {

	color: #FFFF00;
}
a:hover {
	text-decoration: none;
	color: #FFFF00;
}
a:active {

}
