@charset "utf-8";
html {
     overflow: -moz-scrollbars-vertical;
     overflow: scroll;
}

body {	background-color: #F7E1B4; }
table { margin-left: auto; margin-right: auto; }

.content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}

.background {
	background-color: #F7E1B3;
}
.copyrightline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #7070B3;
}

