a:link { color: brown; text-decoration: none }
a:active { color: white; text-decoration: none }
a:visited { color: green; text-decoration: none }
a:hover { color: black; text-decoration: underline }
a:cursor { crosshair }
a.menu:link { color: black; text-decoration: none }
a.menu:active { color: green; text-decoration: none }
a.menu:visited { color: black; text-decoration: underline }
a.menu:hover { color: orange; text-decoration: underline }
#main { 
  margin-left: 140px;
  margin-right:140px;
  background: aliceblue;
 border-left: 1 solid #8B8878; border-right: 1 solid #8B8878; padding-left: 4px; padding-right: 4px }
hr { border: 1 dotted black width: 70% }
body { background: white; font-family: Tahoma; font-size: 9pt;
scrollbar-base-color: white; 
scrollbar-face-color: white; 
scrollbar-track-color: aliceblue; 
scrollbar-arrow-color: #8B8878; 
scrollbar-highlight-color: white;
scrollbar-3dlight-color: white; 
scrollbar-shadow-color: white; 
scrollbar-darkshadow-color: white }
p { font-family: Tahoma; font-size: 10pt; padding-left:2px }
#inner { top: 75px;
position: absolute;
height: 80%;
left: 110px; 
right: 15px;
padding-left:5px; 
padding-right:5px;
overflow:auto;
background:url('tomato5.jpg');
border: 1 solid #8B8878;
scrollbar-base-color: white; 
scrollbar-face-color: #8B8878; 
scrollbar-track-color: aliceblue; 
scrollbar-arrow-color: white; 
scrollbar-highlight-color: white;
scrollbar-3dlight-color: white; 
scrollbar-shadow-color: white; 
scrollbar-darkshadow-color: #8B8878 }
#banner { position: absolute; background:#ffffff; font-family: courier new; font-size: 25pt; font-weight: bold; top: 8px; height: 70px; right: 120px; width: 100%; left: 105px }
#menu { position: absolute; left: 5px; top: 8px; width: 100px; font-family: courier new }
#next { padding-top: 60px }