body {
	margin: 0px;
	font-family: times;
	background: url("background.gif") #dedfff repeat-x scroll;
}

h1 {
	font-size: 3em;
	color: white;
	text-align: center;
	font-weight: normal;
}

h2 {
	font-size: 1.3em;
	color: black;
	text-align: center;
	font-weight: bold;
}

h3 {
	font-weight: bold;
	text-align: left;
	padding-top: 1.3em;
	padding-bottom: 1px;
	color: black;
	border-bottom: solid 1px;
	font-size: 1em;
}

p {
	margin-left: 30px;
	margin-top: .2em;
	margin-bottom: 1em;
	color: #444;
	text-align: justify;
}

p:first-line {
	padding-left: 40px;
}

b,strong {
	font-weight:bold;
}

th {
	font-size: 2em;
	font-weight: bold;
	color: #eee;
	background-color: #555;
}

dt {
	font-weight: bold;
	color: #444;
}

li,ol,ul, dd {
	margin-top: .2em;
	margin-bottom: .2em;
	color: #444;
	text-align: justify;
}


#menu {
	width: 25%;
	padding: 5px;
	float: left;
}

#content {
	margin-left: 25%;
	padding: 5px;
}

.white-sheet {
	background: white;
	border: solid 2px;
	padding: 40px;
	margin-bottom: 20px;
}


.menu-box {
	background: white;
	border: solid 2px;
	padding-bottom: 8px;
	margin-bottom: 10px;
	margin-right: 6px;
}

.menu-title {
	background: url("boxtitle.gif") #a80057 repeat-x scroll;
	text-align: center;
	font-weight: bold;
	font-size: 0.8em;
	color: white;
	padding: 3px;
}

.diagram {
	background: white;
	border: solid 2px;
	padding: 8px;
	margin: 5px ;
	margin-bottom: 20px;
	text-align: center;
}

blockquote {
	padding: 15px;
	background-color: #ffc;
	border: 1px solid #633;
	font-size: 0.9em;
}

a[href] {
	text-decoration: none;
}

a[href]:hover {
	text-decoration: underline;
	color: #0c8fff;
}

