@charset "utf-8";
/* CSS Document */
body {
	background-color:#fff 
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #ccc;
}
a:active {
	text-decoration: none;	
}
.font {
	font-family: Garamond;
	font-size: 200px;
	color: #000;
}
.white {
	color: #FFFFFF
	}
