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

body {
	background-color: #fafafa;
	font-family: Times New Roman;
	background-color: #fafafa;
	color: #444;
	text-decoration: none;
	word-spacing: 0.05em;
	text-align: center;
	letter-spacing: 1px;
	line-height: 1.4em;
	font-size: 0.7em;
}

#box {
	background-color: #fafafa;
	text-align: left;
	visibility: inherit;
	clip: rect(auto,auto,auto,auto);
	margin-top: 5%;
	margin-left: 10%;
	width: 550px;
}

#text {
	font-family: "Courier New", Courier, monospace;
}

img {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}

a:link {
	color: #333333;
}

a:hover {
	color: #000000;
}

a:visited {
	color: #FFCC00;
}

