body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
}
.content {
	background-color: #FFF855;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #10179B;
	border-left-color: #10179B;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #10179B;
}
.accent {
	font-size: 24px;
	font-weight: bold;
}
.accent2 {
	font-size: 18px;
}

.decorate {
	margin: 15px;
	padding: 4px;
	border: 4px double #56955C;
}
.content .decorate h3 {
	margin: 2px;
}
.thumb {
	border: 1px solid #000000;
}

.warning {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.copywrite {
	font-size: 12px;
	text-align: center;
}
.copywrite a:link {
	color: #000000;
	text-decoration: none;
}
.copywrite a:visited {
	color: #000000;
	text-decoration: none;
}
.copywrite a:active {
	color: #000000;
	text-decoration: none;
}
a:link {
color: #10179B;
text-decoration: underline;
}
a:visited {color: #10179B;
text-decoration: underline;
}
a:active {
color: #10179B;
text-decoration: none;
}
a:hover {
color: #56955C;
}

