body {
 background-color: #333333;
 margin-top: 10px;
 margin-left: 10px;
 margin-right: 25px;
 color: white;
 font-family: Tahoma, Arial, sans-serif;
 font-size: 10pt;
 }
a:link, a:visited {
 color: yellow;
 text-decoration: none;
 font-size: 10pt;
 font-weight: bold;
 }
a:hover {
 color: #EBEB01;
 text-decoration: underline;
 font-size: 10pt;
 font-weight: bold;
 }
input.text {
 font-family: Tahoma, Arial, sans-serif;
 font-size: 10px;
 }
input.upload {
 font-family: Tahoma, Arial, sans-serif;
 font-size: 10px;
 color: white;
 background-color: #232323;
 border-color: white;
 }
div.header {
 width: 100%;
 text-align: right;
 font-family: "Arial Black";
 font-size: 26px;
 background-color: #333333;
 color: white;
 padding-right: 10px;
 border: 4px groove white;
 letter-spacing: -3px;
 }
div.main {
 width: 100%;
 padding-top: 5px;
 padding-bottom: 5px;
 padding-left: 5px;
 padding-right: 5px;
 text-align: center;
 border: 4px double #8D8D8D;
 }
div.footer {
 width: 100%;
 padding-top: 3px;
 padding-bottom: 3px;
 padding-left: 3px;
 padding-right: 3px;
 text-align: center;
 border: 2px dotted #555555;
 }