@charset "utf-8";

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: visible;
	margin-top: 200px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../img/index.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #cdf6ff;
}
#link {
	position: absolute;
	top: 550px;
}
#link a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #0066CC;
	text-decoration: underline;
	font-style: italic;
}

#link a:hover {
	color: #003399;
	text-decoration: underline;
}

