@charset "utf-8";
/* CSS Document */

h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	color: #FFF;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #FFF;
}

a:link {
	
		color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	text-decoration: none;
}

a:visited {
  	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	text-decoration: none;
}

a:hover {
		color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	text-decoration: underline;
}

a:active {
		color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	text-decoration: none;
}.footertext {
	text-align: center;
	color:white;
}

