H1 {
	font-family : "Comic Sans MS";
	font-size : 18pt;
	text-align : center;
}
H2 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13pt;
	font-weight : normal;
}

#left {
	background-color : Green;
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
	width : 175px;
	height : 400px;
	text-align : left;
	position:absolute;
	border-right:2px solid #000;
	border-bottom:2px solid #000;
	margin-right:15px;
	/* Again, "be nice to Opera 5". */
body>#Menu {width:150px;}

}

P#left{
	background-color : Green;
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
	color : White;
	margin : 0;
	}

A.menu, A:ACTIVE.menu , A:FOCUS.menu, A:HOVER.menu, A:VISITED.menu, A:LINK.menu,A:LINK.menu  {
	text-decoration : overline;
	color : White;
	background-color : Green;
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
	padding : 0;
}

A, A:ACTIVE#right, A:FOCUS#right, A:HOVER#right, A:LINK#right, A:LINK#right{
	text-decoration : underline;
	color : Black;
	background-color : White;
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
}
#right {
	background-color : White;
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
	color : Black;
   width : 80%;
	float : right;
}

P#right {
	background-color : White;
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
	color : Black;
	max-width : 80%;
	}

