@charset "utf-8";
body {
	background-color: #000000;
}
#container {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
}
#image {
	height: 410px;
	margin-bottom: 5px;
}
#prev-next {
	margin-bottom: 25px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 73px;
}
#prev-next .style1 img {
	float: right;
	margin-right: 35px;
}
#prev-next p {
	margin-left: 225px;
	padding: 0px;
}
#p1 {
	float: left;
	margin-left: 30px;
	width: 200px;
}
#p2 {
	float: left;
	margin-left: 20px;
	width: 150px;
}
#p3 {
	float: left;
	margin-left: 65px;
}
p {
	color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.style2 {color: #1C7CB7}
.style3 {color: #FFFFFF; font-weight: bold; }
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #187CB7;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

