body {
	background: #FDF5E6; 
	font-family: "Bookman Old Style", serif; 
	color: #000000;
	scrollbar-face-color: #FDF5E6;
	scrollbar-shadow-color: #939171;
	scrollbar-highlight-color: #A9E1F5;
	scrollbar-3dlight-color: #AAD8E6;
	scrollbar-darkshadow-color: #1679BA;
	scrollbar-track-color: #E3DCCF;
	scrollbar-arrow-color: #2E3192;
}

#container {
	background: #FFFFFF;
	width: 1000px;
	margin: 0 auto;
	border-radius: 20px 20px 20px 20px;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	box-shadow: 7px 7px 7px #888888;
}

#header {
	text-align: center;
}

#article {
	text-align: center;
}

A {
	:active {color:#FF00FF}
	:link {color:#0000FF}
	:visited {color:#FF0000}
	:hover {color:#2E3192; background:#FBFBFB}
}

#footer {
	clear: both;
	text-align: center;
	font-size: 12px;
	padding: 20px;
	border-top: inset #888888;
	border-radius: 0px 0px 20px 20px;
	-moz-border-radius: 0px 0px 20px 20px;
	-webkit-border-radius: 0px 0px 20px 20px;
}
img {
	padding: 3px 3px 3px 3px;
	box-shadow: 5px 5px 5px #888888;
	margin-bottom: 5px;
}