body {font-family: verdana;}
/*holder*/
#holder {
border: 2px rgb(24,138,9) solid;
width: 700px;
}
/*menu*/
#menu {
border-top: 4px rgb(24,138,9) solid;
background-color: rgb(255,255,180);
text-align: center;
}
#menu a {
font-family: verdana, tahoma, arial;
font-size: 2em;
background-color: rgb(255,255,180);
color: black;
text-decoration: none;
padding: 8px;
margin: 0px -2px;
border-right: 4px rgb(24,138,9) solid;
border-left: 4px rgb(24,138,9) solid;
}
#menu a:hover {
color: rgb(24,138,9);
background-color: rgb(255,255,0);
}

/*logo*/
#logo {
text-align: right;
}

/*footer*/
#footer {
font-size: .7em;
color: rgb(150,150,150);
}

/*table*/
table {
width: 100%; 
padding: 10px 100px;
}
td {
border-bottom: 1px gray dashed;
border-right: 1px gray dashed;
}
th {
border-bottom: 1px black solid;
border-right: 1px black solid;
}
/*content*/
#content {
padding: 8px;
}