html, body {
   background: #eed;
   color: #107;
   margin-top: 1em;
   margin-bottom: 0.5em;
   margin-left: 0.7em;
   margin-right: 0.7em;
}

html, body, h1, h2, h3, h4, div, p, ul, li, input {
   font-family: sans-serif;
   margin-left: 0.5em;
   margin-right: 0.5em;
}

div#menubar {
   width:20%;
}

p {
   margin-left: 2.5em;
}

h1, h2, h3 {
   color: #a50;
}

h2 {
   font-weight: bold;
   background: #cca;
}

hr {
   margin-left: 0.5em;
}

.gray {
   background: #c8ccc8;
   font-family: sans-serif;
   font-weight: bold;
   text-align: right;
}

.normal {
   background: #fff;
}

.fancy {
   background: #eee;
   border-width: 2px;
   border-style: dotted;
   border-color: #888;
}

td {
   border: 0px;
   vertical-align: top;
}

td.title {
   vertical-align: bottom;
}

#logo, #slogan {
   text-align: center;
   margin: 0;
   padding: 0;
   margin-bottom: 0.3em;
}

#slogan {
   background: #fff;
   color: #777;
   font-family: Times, "Times New Roman", serif;
   font-style: italic;
   font-weight: bold;
}

.date {
   font-size: small;
}

.small, .archive, .copyright {
   font-size: small;
}

h2,h3 {
   font-weight: normal;
}

a.menu {
	font-weight: bold;
	background: #ffa;
	color: #007;
	border-width: 1px;
	border-style: dotted;
	padding: 2px;
   	margin-left: 0.5em;
   	margin-right: 0.5em;
	text-align: center;
}

.invisible, .invisible a {
   display: none;
   background: #fff;
   color: #fff;
}

.copyright {
   margin-top: 0;
   margin-bottom: 0;
}

.hide {
   visibility: hidden;
   background: #fff;
   color: #fff;
   clear: both;
   margin: 0;
}

.whiteout {
   background: #fff;
   color: #fff;
}

a {
   text-decoration: none;
}

a:link {
   color: #e37;
}

a:visited {
   color: #736;
}

a:active {
   background: #ffc;
   color: #d00;
}

img.floating {
	float: right;
	padding: 5px;	
}

a img { color: #fff; }         /* hide the border in Netscape 4 */
@media all {                   /* hide from Netscape 4 */
   a img { color: inherit;     /* undo the rule above */
   border: none;               /* hide from Netscape 4 */
   }
}
