body { 
   font-family: verdana; 
   font-size: 12px;
}

input {
   color: red;
   background: white;
   border: 1px solid black;
   font-family: verdana;
}

table.header {
   border-style: solid;
   border-top-width: thin;
   border-left-width: thin;
   border-right-width: thick;
   border-bottom-width: thick;
}

table.center {
   margin-left:auto; 
   margin-right:auto;
}

a.link {
   color: red;  
   text-decoration: none;
}

a.hover {
   color: blue;
}
