﻿body {
background-color: #99cc00;
font-family: 'Arial Narrow', 'Arial', 'Tahoma', 'sans-serif';
font-size: 18px;
color:#4d2600;
}

.mobilesOnly {
  display:none;
}

.nonmobiles {
}
   
#menu_all {
}
#menu_bottom {
 position: absolute;
 bottom: 0;
 left: 50px;
 right: 50px;
}

#menu_top {
 position: absolute;
 top: 0;
 left: 20px;
 right: 10px;
}

h1 {
   font-size: 30px;
   font-weight:lighter;
   min-height: 100px;
}

h2 {
   font-size: 24px;
   font-weight:lighter;
}

a {
color:#4d2600;
}
