BODY {
  background-color: #d0d0d0;  
  font-family: sans-serif;
}

A {text-decoration: none;}
A:hover {text-decoration: underline;}
A:link {color: #3681fc;}
A:active {color: #fa005e;}
A:visited {color: #5b7cf9;}

div {
   background-color: #fff;
   margin: 20px;
border: #000 1px solid;
font-family: "Franklin Gothic Medium", sans-serif;
}

.u {text-decoration: underline;}
.ctr {text-align: center;}

div.menu {
   float: right;
background-color: #66cc66;
border-top-style: none;
border-left: #000 1px solid;
border-right-style: none;
border-bottom: #000 1px solid;
margin: 0em 0em 1em 1em;
font-family: monospace;
}

table {
border-collapse: collapse;
border: #aaa 1px solid;
}

table#meetings {
text-align: center;
margin-left: 25%;
}

table.officers {
border: none;
text-align: left;
margin: 5% 2%;
}

td {border: #aaa 1px solid;}


td.name {
font: bold x-large monospace;
text-align: left;
width: 100%;
border: none;
}

td.photo {border: none;}

td.blurb {border: none;}

div#title {
font: bold 35px monospace;
text-align: right;
}

div#legal {
text-align: center;
font-family: monospace;
}

span#menu {
font-weight: bold;
font-family: monospace;
color: #bbb;
}

ul {list-style-type: square;}
ul.menu {
list-style-type: none;
margin: 2px;
}

p {margin: 15px 10px;}

img.w3c {
	border: 0;
	width: 88px;
	height: 31px;
}