.album
{
	text-align: center;
}

.album #prev
{
	padding-right: 10px;
	width: 119px;
	height: 33px;
	text-align: right;
	background-image: url("/images/previous.jpg");
}

.album #next
{
	padding-left: 10px;
	width: 119px;
	height: 33px;
	text-align: left;
	background-image: url("/images/next.jpg");
}

.album #return
{
	width: 129px;
	height: 33px;
	text-align: center;
	background-image: url("/images/return.jpg");
}

.album a
{
	color: #234C86;
	text-decoration: none;
}

.album a:hover
{
	text-decoration: underline;
}

.news h1
{
	color: #C19E36;
	font-size: 20pt;
	text-align: left;
}

.news div
{
	border-bottom: 5px dotted #999999;
	padding-right: 20px;
	padding-left: 20px;
	text-align: justify;
}

.news a
{
	color: #888888;
	text-decoration: none;
	letter-spacing: 5px;
}

.news img
{
	height: 200px;
}