body {
	background-color:#fff;
	margin: 0;
	padding: 0;
}

a:link {
	color: #3366FF;
	text-decoration: underline;
}

a:visited {
	color: #808080;
}

a:hover {
	color:#006666;
	text-decoration: none;
}

a:active {
	color:#00CCFF;
}

ul {
	font-size: 0.8em;
	background-color: #F1F1F1;
	line-height: 19px;
	list-style: circle inside;
	padding-right: 11px;
	border: 1px solid #ccc;
	margin: 0 1em 1em 1em;
	font-family: Arial, Helvetica, sans-serif;
}

ul a {
	  text-decoration: none;
	  color: #660033;
}

ul a:hover {
	  text-decoration:underline;
	  color:#663333;
}

.topic {
	color: #000;
	font-size: 1.1em;
	font-weight: bold;
	padding: 4px;
	border-bottom: 1px solid #333333;
	border-top: 1px solid #333333;
	text-align:center;
	margin: 1em 0.95em 0 0.95em;
	font-family: Arial, Helvetica, sans-serif;
	color: navy;
}

#ecoBlock {
	width: 313px;
	border: 1px solid #ccc;
	background-color: #eaeaea;
	float: right;
	padding: 0.5em;
	font-size: 1.5em;
	font-family: Garamond, Georgia, 'Times New Roman', Times, serif;
	margin: -1em 1em 0 1em;
}

#ecoBlock a {
	text-decoration: none; 
	color: #000; display: block;
	border: 1px solid #eaeaea;
}

#ecoBlock a:hover {
	border: 1px #fff dotted;
	color: #693;
	background-color: #fff;
}