BODY {		background-color: #f5ede6;
		color: #00333e;
  		font-family: sans-serif;
		font-weight: normal;
}

ADDRESS {	font-size: small;
  		font-family: serif;
		font-weight: normal;
}

A:link {	color: #e93b0d;
		text-decoration: none;
}

A:active {	color: #ff5bff;
		text-decoration: none;
}

A:visited {	color: #d92b00;
		text-decoration: none;
}

A:hover {	color: #944514;
		background-color: #f5ffe6;
		text-decoration: none;
}

H1 {		font-weight:            700;
		font-size:              2em;
		color:                  #00555e;
		margin:                 10px 0 10px 0;
		padding:                15px 0 5px 15px;
		border-style:           solid;
		border-width:           0 0 3px 40px;
		border-color:           #944514;
}

H2 {		font-size: 1.2em;
  		margin: 20px 50% 5px 0;
		padding: 0 0 0 10px;
		border-style: solid;
		border-width: 0 0 1px 0;
		border-color: #000000;
}

PRE {		font-weight:            normal;
		white-space:            pre;
		font-size:              10pt;
		line-height:            1.1em;
		color:                  #000;
		background-color:       #ccc;
		margin:                 1em 2em 1em 20pt;
		padding:                0.5em;
		border:                 1pt solid #000;
}

.pre {
		white-space:            pre;
		font-size:              10pt;
		color:                  #000;
		background-color:       #ccc;
		margin:                 0.1em 0 0.1em 0;
		padding:                0.1em 1em 0.1em 1em;
}

#u {		text-decoration:	underline;
}

#b {		text-weight:		bold;
}

#i {		font-style:		italic;
}

#dark {		background-color:	#e5ddd6;
}
