body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%;/* font sizing in ems, baby. if you want to change anything, just change this.*/
	color: #000;
	background-color: #fff;
	}

a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
	}
a:link {
	}
a:visited {
	}
a:active {
	}
a:hover {
	text-decoration: underline;
	}
#footer a {
	color: #fff;
	}

h1 a {/* this ruleset keeps the root link in the title from standing out */
	font-weight: normal;
	color: #fff;
	}
h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	}
h2 {
	font-size: 1.7em;
	}
h3 {
   font-size: 1.5em;
   border-bottom : solid #fc0 2px;
	}
h4 {
	font-size: 1.3em;
	}
h5 {
	font-size: 1.0em;
	margin-top: 1.6em;
	margin-bottom: 0.8em;
	}
h6 {
	font-size: 0.8em;
	}
img {
	border: 0;
	}
ol, ul, li {
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em;
	}
p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 1.2em 0em 1.2em 0em;
	}
li > p {
	margin-top: 0.2em;
	}
pre {
	font-family: monospace;
	font-size: 1.0em;
	}
strong, b {
	font-weight: bold;
	}

th {
    text-align     : left;
    vertical-align : top;
    padding-right : 1.0em;
}

form td {
    padding-right : 1.0em;
}

form td.date {
    text-align : right;
}

#layout {
    width : 80em;
}

#content {
	margin:  0em ;
	padding: 1.0em 1.0em 1.0em 3.0em;
	border-left:    1px solid #fc0;
	border-bottom:	1px solid #fc0;
	border-right:   1px solid #fc0;
	}
#footer {
	margin: 0em 0em;
	padding: 1.2em 2.0em;
	font-size: 0.8em;
	color: #fff;
	background-color: #fc0;
	text-align: center;
	}

#header {
	margin: 0em 0em;
	padding: 1.5em 2.0em;
	background: #fc0;
	color: #fff;
	}

#menu {
	margin: 0em;
	padding: 1.0em 1.0em;
	color: #fc0;
	background: #fff;
	border-top:    0;
	border-right:  2px solid #fc0;
	border-bottom: 2px solid #fc0;
	border-left:   1px solid #fc0;

        white-space : nowrap;
	}
