body
{
	background-color: #ccffcc;
}
a
{
	text-decoration: none;
}
a:link
{
	color: blue;
}
a:visited
{
	color: blue;
}
a:active
{
	color: red;
}
a:hover
{
	color: red;
	text-decoration: underline;
}
div.top
{
	float: left;
}
div.top h2
{
	border-left: 5px solid blue;
	border-bottom: 5px solid blue;
	padding-left: 0.25em;
	padding-right: 0.25em;
	padding-bottom: 0.25em;
	color: navy;
}
div.menu
{
	margin-left: 1em;
	line-height: 1.25;
}
div.menu h2
{
	border-left: 4px solid red;
	border-bottom: 2px solid gray;
	padding-left: 0.25em;
	color: navy;
}
div.menu ul li
{
	margin-top: 0.5em;
	list-style-type: square;
}
div.cl
{
	clear: both;
}

