a:link {color: #3be937; text-decoration: none; }
a:active {color: #0000ff; text-decoration: none; }
a:visited {color: #5ac; text-decoration: none; }
a:hover {color: #b9e; text-decoration: none; }
a:visited:after {
	content: " \221A";
	content: "\00A0\221A";
	font-size: 75%;
}
hr
{
	color: "9f9"
}
body 
{
	background: #9efd9a; color: black;
}
div.main 
{
	background: #ffffff; width: 80%; margin: 1em 10%; padding: 0 0 1em 0;
}
img.curve 
{
	float: left; clear: left; margin: 0 1em 0 0;
}
img.curve2
{
	float: right; clear: right; 
}
h1 
{
	padding: 0.25em 0.25em 0.125em; margin: 0; background: #3be937; border-bottom: 0.125em solid #3be937; font: 190%; 	font-family: Arial, sans-serif;
}
h1 strong
{
	padding: 0.25em 0.25em 0.125em; margin: 0; background: #3be937; border-bottom: 0.125em solid #3be937; font: 190%; 	font-family: Arial, sans-serif; color: #ffffff;
}
h2
{
	padding: 0.25em 0 0.125em 0; font-family: Arial, sans-serif; border-bottom: 2px solid #9efd9a; margin: 0 0 0 1em; line-height: 30px;
}
h3 
{
	padding: 0.25em 0 0.125em 0; font-family: Arial, sans-serif; border-bottom: 2px solid #9efd9a; margin: 0 0 0 1em; line-height: 30px; 
}
h4
{
	padding: 0.25em 0 0.125em 0; font-family: Arial, sans-serif; border-bottom: 2px solid #9efd9a; margin: 0 0 0 1em; line-height: 30px; 
}
h5
{
	padding: 0.25em 0 0.125em 0; font-family: Arial, sans-serif; margin: 0 0 0 1em; line-height: 30px;
}
p 
{
	margin: 0.75em 0.5em 0.75em 1em;
}

pre 
{
	margin-left: 2em;
}
	div.example 
{
	padding: 0.5em 1.5em;
}
#footer
{
	height: 66px;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 10px;
	color: #777777;
	border-top: 1px solid #777777;
	padding: 13px 25px;
	line-height: 18px;
}
#footer #altnav
{
	width: 350px;
	float: right;
	text-align: right;
}

/*================================================*/
/*This removes the link color and removes the underline feature*/
#footer a
{
	color: #000900;
	text-decoration: none;
}

/*================================================*/
/*This makes the link color red on hover*/
#footer a:hover
{
	color: #FC0410;
}
#footer a:visited
{
	color: #5ac; 
	text-decoration: none;
}
/*================================================*/
/*This creates the navigation box on the left*/
#navcontainer { width: 200px; }

#navcontainer ul
{
	padding-top: 10px;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
	display: block;
	padding: 3px;
	width: 120px;
	background-color: #3e3;
}

#navcontainer a:link, #navlist a:visited
{
	color: #000;
	text-decoration: none;
}

	#navcontainer a:hover
{
	background-color: #9f9;
	color: #fff;
}