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

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

input:hover,a.menulink:hover {
color: white;
background-color: #366c9d;
}

p { margin-top:0;
}
a.menulink {font-family: arial; width: 145px; 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; }