body {
 margin: 0px;
 font-family: Arial, sans-serif;
 color: #f1f1f1;
 background-color: #000000;
 overflow: scroll;

 }

.p2 {
 font-size: 12px;
 }

.p3 {
 font-size: 12px;
 color:#ff0000;
 }

input[type=submit] {
 padding: 10px 10px;
 font-size: 14px;
 cursor: pointer;
 background-color: #007bff;
 color: white;
 border: none;
 border-radius: 5px;
 }

a:link, a:visited {
 width:160px;
 padding: 10px 10px;
 font-size: 14px;
 cursor: pointer;
 background-color: #f1f1f1;
 color: #000000;
 border: none;
 border-radius: 5px;
 text-decoration: none;
 text-align; center;
 display: inline-block;
}

h1
{
 font-family: Arial, sans-serif;
font-size: 16pt;
margin-bottom: 0;
color:#f1f1f1;
font-weight: bold;
display: inline;

}

h2
{
 font-family: Arial, sans-serif;
font-size: 16pt;
margin-bottom: 0;
color:#ff0000;
font-weight: bold;
display: inline;

}