body {
	background: #fff;
	font: 225%/2.0 "Trebuchet MS", "Lucida Grande", Verdana, Arial, Tahoma, Sans-Serif;
	color: #555;
	margin: 50px;
	}

a {
	text-decoration: none;
	
	}
a:link, a:visited {
	color: #00c2d1;
	border-bottom: 1px dashed #008892;
	}
a:hover, a:active {
	color: #83d160;
	border-bottom: 1px dashed #489824;
	}
ul {
	list-style: none;
	}