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

body {
	position:relative;
	background:#fff;

}

#content {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-size:10px;
	line-height: 20px;
	word-spacing: 1px;
	vertical-align: middle;
}

#border {
	border-top: 1px dotted #000000; 
	width: 215px;

}

a {
	color:#777;
	text-decoration:none
}

a:visited {
	color:#777;
}

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