#entrydata {
       display: block;
       text-align: center;
       width: 400px;
       height: 400px;
       left: 0;
       right: 0;
       bottom: 0;
       margin: auto;
       max-width: 100%;
       max-height: 100%;
       overflow: auto;
       padding: 1em 2em;
       border-bottom: 2px solid #ccc;
       display: table;
    }

#header {
       display: block;
       text-align: center;
       width: 400px;
       height: 200px;
       left: 0;
       right: 0;
       bottom: 0;
       margin: auto;
       max-width: 100%;
       max-height: 100%;
       overflow: auto;
       padding: 1em 2em;
       display: table;      
     }

form {
       display: inline-block;       
       text-align: left;
     }

body {
       font-family: Arial; 
       font-size: 14px;
       font-weight: normal;
     }

h1 {
     font-family: Arial;
     font-size: 16pt;
     font-weight: normal;
     color: white;
     background-color: #4682b4;
     height: 60px;
     width: 100%;
     text-align: center;
     padding-top: 25px;
     }

a {
     color: red;
     text-decoration: none;
     }

a:link {
       color: red;
       text-decoration: none;
     }

a:visited {
       color: red;
       text-decoration: none;
     }

a:hover {
       color: red;
       text-decoration: none;
     }

a:active {
       color: red;
       text-decoration: none;
     }

.drcinput {
       font-family: Arial;
       font-size: 14px;
       font-weight: normal;
     }

.drcbutton {
       font-family: Arial;
       font-size: 12px;
       font-weight: normal;
       background-color: #4682b4;
       color: white;
       border: none;
       text-align: center;
       padding: 10px 24px;
     }