body {
	font-family: "Times New Roman", Times, serif;
	color: #000;
	background-color: #e0dab8;
	padding:0;
	width: 80%;
	margin: auto;
	margin: 10px 10%;
	font-size: 14px;
	
}

h1{ 
	text-align:center;
}

img {
	 padding:10px;
}

a:link {
	color:#930;
}
a:visited {
	color:#660;
}
a:active {
	color:#c30;
}
table{ text-align:center
}
.caption {
	text-decoration: underline;
}
.notice {
	background-color: #CCCCCC;
	border: thin solid #000000;
	padding: 10px;
}

