@charset "UTF-8";
#wrapper {
	width: 600px;
	height: 550px;
}
#wrapper #sheet {
	position:absolute;
	height: 500px;
	margin-top: 50px;
	margin-right: 50px;
	margin-bottom: 50px;
	margin-left: 50px;
	width: 500px;
}
#wrapper #sheet #list {
	position:absolute;
	width: 450px;
	height: 450px;
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 25px;
}

#wrapper #sheet #list h1 {
	font-style: normal;
	font-weight: 400;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 35pt;
}
#wrapper #sheet #list hr {
	background-color: #666666;
}
#wrapper #sheet #list h2 table tr td {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
#wrapper #sheet {
	background-color: #E0F3E8;
}

#wrapper #sheet #closebutton {
	left: 0px;
	bottom: 0px;
	position: static;
}
#wrapper #sheet #list h2 table tr {
	border-bottom-width: thin;
	border-bottom-style: dotted;
}
body img {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
