
BODY {
	background: url(/img/page.gif);
	background-color: #EED;
	color: black;
}

B,I {
	color: #060;
	background-color: transparent;
}

H1 {
	font-family: sans-serif;
	color: #083;
	background-color: transparent;
}

H2 {
	font-family: sans-serif;
	font-weight: bold;
	font-size: 105%;
	color: #063;
	background-color: transparent;
}

H3.example {
	font-family: monospace;
	font-size: 85%;
	color: green;
	background-color: transparent;
}

STRONG.new {
	color: white;
	background-color: orange;
}

DIV.sidebar {
	width: 6em;
	height: 256px;
	left: 0px;
	top: 0px;
	position: absolute;
	color: white;
	background: url(/img/one.jpg);
	background-color: #693;
}

DIV.body {
	margin-left: 7em;
}

SPAN.bold {
	font-weight: bold;
	color: #083;
	background-color: transparent;
}

SPAN.underline {
	font-style: italic;
	color: #083;
	background-color: transparent;
}

