img {
border-style: none;
}
body {
background: #00AB51;
font-family: Arial,Verdana,sans-serif;
text-align: center;
margin: 0px;
padding: 0px;

}

a{
	color: #058823;
	text-decoration: none;
}

a:link{
	color: #058823;
	text-decoration: none;
	
}

a:visited{
	color: #058823;
	text-decoration: none;
}

a:hover{
	color: black;
	text-decoration: underline;
	background-color: #E99519;
}
/*background-color: #dddddd*/

#content {
	margin-top: 0px;
text-align: left;
margin-left: auto; 
margin-right: auto;
top: top;
width: 90%;
background: white;
padding: 5px;

}

#tagcloud {
width: 600px;
background: #FFFFCC;
color: #0066FF;
padding: 10px;
border: 1px solid #FFE7B6;
text-align: center;
}
#tagcloud a:link, #tagcloud a:visited {
text-decoration: none;
}

#tagcloud a:hover, #tagcloud a:active {
text-decoration: underline;
color: #000;
}

#tagcloud span {
padding: 4px;
}

}
