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

body {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
a:link {
	color: #666;
	text-decoration: none
}
a:visited {
	color: #666;
	text-decoration: none
}
#menu {
	width: 400px;
	word-spacing: 21px;
	color: #666;
	font-size: 19px;
	margin-top: 15px;
	text-decoration: none;
}
#menu a:hover {
	color: #9CC;
	text-decoration: none;
}
#opening {
	margin-top: 75px;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	margin-top: 75px;
}