body{
	text-align: center;
	background-color: black;
	color: white;
    }

#page {
	position: relative;
	color: black; 
    text-align: left;
    width: 800px;
    }

#information {
	position: absolute; 
    text-align: left; 
    top: 145px; 
    width: 500px;
    left: 149px;
    color: black;
    }

h1 {
	color: #e30380;
    font-family: verdana;
    font-size: 14pt;}

p {
	font-family: verdana;
    font-size: 12pt;
    font-weight: bold;
    }

li {
	font-family: verdana;
    font-size: 10pt;
    font-weight: bold;
    }

#address {
	font-family:  verdana;
    font-size: 8pt;
    font-style: normal;
    font-weight: bold;
    left: 149px;
    position: absolute;
    text-align: center;
    top: 510px;
    width: 500px;}

.smalladr {
	font-size: 7pt;
    }

#login {
	font-family:  verdana;
    font-size: 8pt;
    font-style: normal;
    font-weight: bold;
    left: 149px;
    position: absolute;
    text-align: center;
    top: 475px;
    width: 500px;}
    }

#valid {
	position: absolute;
    left: 700px;
    top: 540px;
    width: 88px;
    }

