body	{
	background-color:#ccffcc;
	background-image:url(bg.gif);
	background-repeat:no-repeat;
	background-position:top left;
	font-family:arial;
	color:#000066;
	text-align:right;
}

h1	{
	color:#336699;
	font-size:50px;
}


ol li	{
	font-weight:bold;
	font-size:20px;
}


a	{
	color:#009900;
	text-decoration:none;
	border-bottom:2px solid #009900;
} 


a:hover	{
	color:#00cc00;
	border-bottom:2px dashed #00cc00;
	text-decoration:none;
}
	
a img	{
	border:0px;
}

.nav	{
	text-align:left;
	font-weight:bold;
	padding-top:5px;
}

.nav a	{
	border:1px solid #006600;
	text-decoration:none;
	background-color:#ccffcc;
	color:#006600;
	padding:0px 5px 5px 5px;
	margin-right:5px;
	
}



.here	{
	padding:5px 5px 0px 5px;
	margin-right:5px;
	border:1px solid #006600;
	border-bottom:0px;
	background-color:#ffffff;
	display:inline;
	position:relative;
	top:1px;
}
	
.content	{
	background-color:#ffffff;
	background-image:url(contentbg.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	border:1px solid #006600;
	padding:15px;
	text-align:left;
}
