body {
	background-color: black;
	font-weight: bold;
	color: white;
	font: verdana;
}

img {
	position: center;
	border: none;
	margin-top: 100px;
	border: 5px dotted #B1492C;
	padding: 10px;
	
}

#content {
	padding-top: 50px;
}

#notice {
	position: center;
	color: #d5b880;
	text-align: center;
	background-color: black;
	border: 5px dotted #B1492C;
	padding: 10px;
	width: 300px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 10pt;
}

#notice a:link {
	font-size: 110%;
	color: white;
	text-decoration: none; 
	border-bottom: none;
}

#notice a:visited {
	font-size: 110%;
	color: white;
	text-decoration: none; 
	border-bottom: none;
}

#notice a:hover {
	font-size: 110%;
	color: #b1492c;
	text-decoration: none;
	border-bottom: none;
}
	
	