/* style.css */


body {background-color: white; margin-top: 0px; margin-left: 0px;}

a:link {color: navy; text-decoration: underline}     /* unvisited link */
a:visited {color: maroon; text-decoration: underline}  /* visited link */
a:hover {color: maroon; text-decoration: underline}   /* mouse over link */


h1 { font-size: 125%; font-family: Arial, Verdana, sans-serif; color: navy; margin-left: 10px; }
h2 { font-size: 100%; font-family: Arial, Verdana, sans-serif; margin-left: 10px; }

table {width: 800px; border-collapse: collapse; }
table.photos {width: 400; }
td.toc {width: 175px; background-color: F4F3DB; }  
td.content {color: black; background-color: white; margin-left: 10px; width: 625px; }

p,li { font-family: Arial, Verdana, sans-serif; font-size: 80%; }
.pagetext { margin-left: 10px; }
.menutitle {color: navy; font-weight: bold; margin-left: 10px; }
.menu { color: white; font-size: 80%; margin-left: 10px; }
.small { font-size: 70%; margin-left: 10px; }

address { font-family: Arial, Verdana, sans-serif; font-size: 80%; }
.main { margin: 10px; font-weight: bold; }
.level2 { margin: 10px; font-size: 70%; }




