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

* {
	margin-top:0px;
	padding:0px;
}
body {
	background-color: #B0DFF7;
}
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#text {
	width: 142px;
	padding: 121px 0 0 586px;
}
p {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #581f01;
}
a:link {
	color: #581f01;
	text-decoration: none;
}
a:visited {
	color: #B0DFF7;
	text-decoration: none;
}
a:hover {
	color: #B0DFF7;
	text-decoration: none;
}
a:active {
	color: #581f01;
	text-decoration: none;
}
