.content {
	font-size: x-small;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;


}
.contenttitle {
	font-size: small;
	color: #009900;
	font-weight: bolder;
	text-decoration: none;






}
a:link {
	color: #009900;
    font-size: x-small;
	font-style: normal;
	text-decoration: none;
	font-weight: bolder;




}
a:hover {
	color: #FF6600;
	font-weight: bolder;
	font-size: x-small;
	font-style: normal;
	text-decoration: none;



}
a:active {
	color: #009900;
	font-size: x-small;
	font-style: normal;
	font-weight: bolder;
	text-decoration: underline;



}
a:visited {
	font-size: x-small;
	font-style: normal;
	font-weight: bolder;
	text-decoration: none;
	color: #009900;
}

