.menu {
   font-size: 14px;
   font-family:Verdana;
   font-weight: bold;
   color: rgb(255,255,245);
   background-color: rgb(231,162,13);
   padding:4px 10px;
   text-align:center;
   border-style: solid;
   border-color: rgb(255,194,52) rgb(124,91,8) rgb(124,91,8) rgb(255,194,52);
   border-width: 4px;
}

.menu a{
   font-size: 14px;
   font-family: Verdana;
   font-weight: bold;
   color: rgb(255,255,245);
   text-decoration: none;
}

h1 {
   font-family: Verdana;
}

body,td {
   font-family: verdana;
   font-size: 12px;
}

img.box {
   border-color: rgb(124,91,8);
   border-width:1px;
   border-style:solid;
}

p {
   margin: 5px 0px;
}