body {
color: white;
font-family: Arial;
font-size: 16px;
background-color: black;
margin: 2px;
width: 320px;
}

a:link {
color: #eb9e36;
text-decoration: none
}
a:visited {
color: #eb9e36;
text-decoration: none
}
a:hover {
color: #eb9e36;
text-decoration: underline
}

td {
font-size: 17px;
}

input {
font-size: 17px;
}

input[type="text"] {
width: 200px;
}

input[type="password"] {
width: 200px;
}

.btn input {
font-size: 18px;
}

#loginbtn {
float: right;
}

.err {
color: red;
font-weight: bolder
}

.username {
visibility: hidden;
display: none
}

.important {
color: #ffff40
}

#login {
border: 1px solid;
border-color: #b60000 #980001 #980001 #b60000;
padding: 5px;
}

#addme {
font-size: 11px;
text-align: center
}

#intro {
padding: 5px;
}

#intro h1 {
font-size: 130%;
}

#intro h2 {
font-size: 100%;
font-weight: normal;
}
