body {
	font-size: 12px;
	background-image: url(imgs/wallpaper.jpg);
	height: 100%;
}
h1 {
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	text-align: center;
	background-image: url(imgs/wood.jpg);
	border-radius: 3px;         /* CSS3 */
	-moz-border-radius: 3px;    /* Firefox */
	-webkit-border-radius: 3px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #996600;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #996600;
	color: #FFFFFF;
	padding-top: 2px;
}
h2 {
	font-size: 14px;
	font-weight: normal;
	border-bottom-style: solid;
	border-bottom-color: #660000;
	color: #330000;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #660000;
	padding-top: 2px;
	padding-bottom: 2px;
	clear: both;
}
h3 {
	font-weight: normal;
	text-decoration: underline;
	font-size: 12px;
}
h4 {
}
h5 {
	background-image: url(imgs/wood.jpg);
	font-size: 12px;
	background-repeat: repeat-x;
	font-weight: normal;
	width: 160px;
	margin-right: 10px;
	margin-left: 10px;
	color: #FFFFFF;
	margin-bottom: 5px;
	border-radius: 3px;         /* CSS3 */
	-moz-border-radius: 3px;    /* Firefox */
	-webkit-border-radius: 3px;
	margin-top: 10px;
}
blockquote {
	margin-left: 14px;
	margin-right: 12px;
}
hr {
	border-top-style: dashed;
	border-top-width: 1px;
	border-top-color: #660000;
}
table {
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px;
}
.remark {
	font-size: 10px;
	border: thin solid #000000;
	border-radius: 3px;         /* CSS3 */
	-moz-border-radius: 3px;    /* Firefox */
	-webkit-border-radius: 3px;
	line-height: 10px;
	padding: 5px;
	margin: 8px;
}
.red {
	color: #FF0000;
}
.blue {
	color: #000099;
}
.white {
	color: #FFFFFF;
}
.small {
	font-size: 10px;
}
.large {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}
select {
	background-color: #FFFF00;
}

