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

body {
	background-color: #65D6FF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}

a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #0066FF;
	font-weight: bold;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #0066FF;
}

a:hover {
	text-decoration: none;
	color: #65D6FF;
}

a:active {
	text-decoration: none;
	color: #0066FF;
}

.copy {
	font-size: 13px;
	color: #999999;
	font-family: Tahoma, Geneva, sans-serif;
}

.contact {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #333333;
}
