body {
 color: black;
 background-color: white;
 background-image: url(/background-light.jpg);
 background-attachment: fixed;
 text-align: justify;
 font-family: dogsans, Optima, Helvetica, sans-serif;
 margin: 0;
}
div {
 margin: 10px;
}
h1,h2,h3,h4 { color: black }
h1 {
  padding-top: 0.5em;
}
p,td,small { color: black; }
p {
 margin: 10px;
}
ul { list-style-image: url(/bullet.blue.png); }
img { 
 border-width: 0;
 border-style: none;
 outline-style: none;
 outline-width: 0;
}
a:link { color: #333366 }
a:visited { color: #333333 }
a:active { color: red }
.center {
 text-align: center
}
.left {
 float: left;
 margin-left: 10em;
}
.middle {
 float: none;
 clear: none;
}
.right {
 float: right;
 margin-right: 10em;
}
.logo1 {
 position: fixed;
 bottom: 0;
 left: 0;
}
.warn {
 color: red;
}
.note {
 color: rgb(127,127,255)
}
.poem {
 margin: 2em 2em;
 color: #ccccff
}
.line {
}
.homeref {
 margin-left: 20px;
 margin-top: 0;
}
.figure {
 margin-left: auto;
 margin-right: auto;
 text-align: center;
}
.head {
 background-color: #666699;
 margin: 0;
}
.head h1 {
 color: #ccccff;
 padding-bottom: 0.5em;
}
.menu {
 background: url(/header_bottom.png) repeat-x;
 padding: 0;
 margin: 0;
}
.menu table {
 margin-left: auto;
 margin-right: auto;
 padding: 0;
}
.menu-left {
 background: url(/menu_left.png) no-repeat;
 width: 20px;
 height: 32px;
}
.menu-right {
 background: url(/menu_right.png) no-repeat;
 width: 19px;
 height: 32px;
}
.menu-main {
 background: url(/menu_normal_bg.png) repeat-x;
 padding: 0;
 margin: 0;
 list-style: none;
 white-space: nowrap;
 height: 32px;
 float: left;
}
.menu-separator {
 background: url(/menu_separator.png) top right no-repeat;
}
.menuitem {
 float: left;
 background: url(/menu_separator.png) top right no-repeat;
 margin: 0;
 padding: 0;
}
.menulink {
 float: left;
 display: block;
 height: 24px;
 line-height: 24px;
 padding: 0 15px;
 text-decoration: none;
}
.menulink#active-menu {
 background: url(/menu_active_bg.png) repeat-x;
/* color: white;*/
}
.menulink#active-menu:hover {
/* color: white;*/
}

