
body {
	width: 735px;
	margin: 30px auto 50px;
	font: 82% "Century Gothic","Lucida Grande",Verdana,Tahoma,Century,sans-serif;
	line-height: 1.5;
	color: #444;
}

a:link, 
a:active, 
a:visited {
	color: #34cdcd;
	-webkit-transition: all 0.2s ease-in-out;
	}
	a:focus,
	a:hover {
		text-decoration: underline;
		}
	
div.clear {
	height: 0;
	position: relative;
	clear: both;
	}
