@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
}
a {
	color:#333333;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
.content {
	margin:auto;
	width:80%;
	background-color: #F3F3F3;
	border: 2px solid #000000;
	padding: 10px;
}
#siteList {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: none;
}
#siteList li {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
#title {
	font-weight:bolder;
	margin-top:10px;
}
h1 span {
	display: none;
}

body {
	background-color: #000033;
}
.content h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin-bottom: 0px;
}
.content h1 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

