/* Walkersville Clovers
 * Cascading Style Sheet
 * 25 Jan 05
 */

@media print { /* printable version */
 body {
  background: rgb(255,255,255) !important;
  color: rgb(0,0,0) !important;
 }
}

body {
 background: rgb(0,153,0);
 color: rgb(0,0,0);
}

h1,h2 {
 text-align: center;
}

#menu { 
 position: absolute;
 width: 30%;
 height: 100%;
 left: 0;
 top: 0;
 margin: 5px;
 overflow: auto;
 text-align: center;
}

#menutitle { /* Walkersville Clovers 4-H menu title */
 font-size: 16pt;
 font-family: Helvetica,Arial,sans-serif;
}

h2.menulink { /* menu items */
 font-size: 14pt;
 font-family: Helvetica,Arial,sans-serif;
}

#page-content {
 position: absolute;
 
 left: 30%;
 top: 0;
 right: 0;
 margin: 5px;
 padding: 5px;
}

a:hover {
 color: rgb(255,0,0);
}

table { /* center all tables */
 margin-left: auto;
 margin-right: auto;
}

th { /* underline table headers */
 color: rgb(0,0,0);
 background-color: rgb(150,150,150);
 text-decoration: underline;
}


