@charset "UTF-8";
body {
	background-color: #999999;
}
.bor {
	border: 1px double #000000;
}
.des {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-size: 12px;
	text-align: center;
}
a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-variant: small-caps;
	color: #000000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
