/* menustyle.css */
body {background-color: #bbf; text-align:center; font-size:12pt}
.member {background-color: #bdf}
.visitor {background-color: #dbf}
table.menu {background-color: #bbb; text-align:center; width:152px}
td {text-align:center; font-size:12pt}
td.menucell {background-color: #ccf}
a:link {font-weight:bold; color: #000 }
a:visited {font-weight:bold; color: #444 }
a:hover {color: #a8c }
a.on {text-decoration:none }
a.on:visited {color: #000 }
a.on:hover {color: #a8c; text-decoration:underline }
p {text-align:left; text-indent:25px}
hr {height:3px; color: #bbb }
div {text-align:center; font-size:16pt}
.big {font-size:32pt; font-weight:bold}
