@charset "UTF-8";
/* CSS Document */

body {
	font-family: Futura;
	font-size: 30px;
	color:blue;
	}


a:hover {
	text-decoration:underline;
	
}

a  {
	text-decoration: none;
	
}


a:link, a:visited {
    color: blue;
}