body {	
	margin: 0 auto;
	background: #89C8CD;
	font: 11px "Tahoma";
	color: #ffffff;
	text-shadow: 0 1px 0 #79A1A9;
        text-align: justify; 
	overflow-x:hidden;
}
p {	line-height: 1.5em;	margin: 1.2em 0; }
.clear {
clear: both;
}

a:link {background:none; color:#ffffff; text-decoration: none;}
a:visited {background:none; color:#ffffff; text-decoration: none;}
a:hover {background:none; color:#F53C7F;text-shadow: 0 0 3px #79A1A9;}

strong, b{color: #BE5053;}
em, i {color: #171717;}
u {color: #91C846;}
