body {
    background-color: #FFFFFF; 
}

h1 {
    color: black;
    margin-left: 1%;
}

table {
    border-collapse: collapse;
}

table, th, td {
    border: 2px solid #666666;
}

th, td {
    padding: 4px;
    text-align: left;
}

.box{
    display: none;
    width: 100%;
}

a:hover + .box,.box:hover{
    display: block;
    position: relative;
    z-index: 100;
}

.header img {
    float: left;
    width: 120px;
}

.header h1 {
    position: relative;
    top: 18px;
    left: 40px;
}

.header p {
    float: right;
}

.headerline p {
    font-size: 30px;
    float: left;
}


.contact a:link, a:visited {
    background-color: #f44336;
    color: white;
    padding: 14px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}


.contact a:hover, a:active {
    background-color: red;
}



.graybutton a:link, a:visited {
    background-color: gray;
    color: white;
    padding: 14px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.graybutton a:hover, a:active {
    background-color: lightgray;
}

.add form  { display: table;      }
.add p     { display: table-row;  }
.add label { display: table-cell; }
.add input { display: table-cell; }
