body {
font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif,"bitstream vera sans";
background-color: #000000;
text-align:center;
padding-top:150px;
}

a {
text-decoration: underline;
color: #ff4f00;
}

a:hover {
text-decoration: none;
}

#errormessage {
background-color: #252525;
color: #ff6f00;
font-size: 1em;
width: 500px;
padding: 20px;
margin-right: auto;
margin-left: auto;
text-align: center;
line-height: 1.6;
}
