body {
background-color: #20161f;
color:#fff;
font-family: Arial, "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
font-size:18px;
font-weight:bold;
margin-left:3%;
margin-right:3%;
margin-top:0;
text-align:center;
width:94%;
}

input[type="text"] {
font-family: Arial, "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
border:1px solid #CCCCCC;
color:#bbbbbb;
font-size:18px;
font-weight:bold;
padding:4px 6px;
}

.buttons{
font-family: Arial, "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
font-size:18px;
font-weight:bold;
padding:3px;
color:#000;
}

#updater{
text-align:center;
font-family: Arial, "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
font-size:25px;
}

#verify{
text-align:center;
font-family: Arial, "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
font-size:25px;
}

#footer_copy {
  clear: both;
text-align:center;
  font-weight: bold;
}

#footer_copy_grey {
  clear: both;
text-align:center;
  font-weight: normal;
color:#444444;
}

/* Links */
a { color: #fff; outline: none; text-decoration: underline; }
a:visited { color: #fff; text-decoration: underline; }
a:hover { color: #fff; text-decoration: underline; }
