@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	top: 0px;
	left: 0px;
	width: 1000px;
	font-size: small;
	font-family: "Times New Roman";
	background-color: #FFFFCC;
}
table {
	border: 1px;
	text-align: left;
	border: thin #F93;
	color: #FFFF80;
}
.pic-float {
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
}
a:link {
	color: #00F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #09F;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: blink;
	color: #F00;
}
h1 {
	font-size: xx-small;
}
h2 {
	font-size: small;
	color: #000;
	top: 400px;
	font-weight: bold;
}
h3 {
	font-style: normal;
	font-family: "Times New Roman";
	font-size: x-large;
	color: #F00;
}
