html {
	margin: 0;
	padding: 0;
	}
body { 
	background-image: url(images/blue.jpg) background-repeat: repeat-x;
	margin: 0; 
	padding: 0;
	}
a:link {
	font-family: Helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #555555;
	text-decoration: none;
}
a:hover {
	font-family: Helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #c3ccd6;
	text-decoration: none;
}
a:visited {
	font-family: Helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #555555;
	text-decoration: none;
}
.corti {
	font-family: Helvetica;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #555555;
	}
.copy {
	font-family: Helvetica;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #555555;
}
