html,font,li,h1,h2,h3,h4,h5,h6,p,a,input {
font-family: Arial;
color: white;
background-color: transparent;
text-decoration: none;
}

input,a.menulink {
color: black;
background-color: white;
text-align: center;
font-size : x-small;
font-weight: bold;
border: 1px solid black;
}

input:hover,a.menulink:hover {
color: black;
background-color: green;
}

a.menulink {width: 120px; display: block;}
input {width: 150px;}
a:hover {color: green;}
h1,h2,h3,h4,h5,h6 {text-align:center; }
img  {margin:0px; padding:0px; border:0px; }
form {display:inline; }
.blackout {background-color:black; }
.whiteout {background-color:white; }