html, body, form {
	margin:0px auto;
	padding:0px;
	height:100%;
	background-position:center;
	background:#000000;


}
a:link, a:active, a:visited {
  color:#c10aa7;
  text-decoration:none;
}
a:hover {
  color:#c10aa7;
  text-decoration:underline;
}