
.header {
   position: absolute;
   top: 0px;
}
h1 {
   text-align: center;
   border: 0px;
}
h2 {
    text-align: center;
    font-family: Times;
    color: red;
    font-size: 200%;
  }
h3{
    font-family: Arial;
    color: #990000;
    font-size: 120%;
    text-align: justify;
  }
h4{
    font-family: Arial;
    color: #990000;
    font-size: 200%;
    font-weight:bolder;
    text-align: center;
    }
h5{
    font-family: Arial;
    color: #000;
    font-size: 85%;
    font-weight: normal;
    text-align: justify;
    }
#h {
   text-align: center;
   background-color: #c0c0c0;
   border-collapse:collapse;
   border: none;
   font-family: Arial;
   font-weight: bolder;
   font-size: 150%;
   color: red;
  }
#p {
   text-align: left;
   background-color: #c0c0c0;
   border-collapse:collapse;
   border: none;
   font-family: Arial;
   font-weight: bolder;
   font-size: 100%;
   color: #9f0000;
  }
#c {
   text-align: right;
   background-color: #c0c0c0;
   border-collapse:collapse;
   border: none;
   font-family: Arial;
   font-weight: bolder;
   font-size: 100%;
   color: #9f0000;
   width:35;
  }
#d {
   text-align: center;
   background-color: #c0c0c0;
   border-collapse:collapse;
   border: none;
   font-family: Arial;
   font-weight: bolder;
   font-size: 100%;
   color: red;
  }
.button {
    margin-top: 10px;
    padding-left: 4px;
    padding-right: 4px;
    border-style: outset;
    border-top-color: white;
    border-bottom-color: black;
    border-left-color: white;
    border-right-color: black;
    background-color: #F1F1F1;  
    font-family: arial;
    font-weight: bolder;
    font-size: 65%;
    color: #FF0000;  
    text-decoration: none;
}