h4 {
color: white;
}


a:link {
text-decoration: none;
color: white;
}

a:visited {
text-decoration: none;
color: white;
}

a:hover {
text-decoration: underline;
color: red;
}


table.body {
border-color: white;
border-width: 2px;
background-color: black;
color: white;
font-family: Tahoma;
}

table.center {
border-width: 2px;
border-color: white;
background-color: black;
color: white;
}

input {
font-size: 15px;
border: 0;
background-color: white;
color: black;
}

