body {
	background-color: #000000;
	color: #CCCCCC;
	font-family: arial, sans-serif;
}

h1 {
	font-size: 14pt;
	font-weight: normal;
}
h2 {
	font-size: 12pt;
	font-weight: normal;
}

img {
	border: none;
}

a {
	color: #C00010;
	text-decoration: none;
}
a:hover {
	color: #FF0010;
	/* text-decoration: underline; */
}

#cover img {
	display: block;
	margin: auto;
}

#leftbar img {
	position: absolute;
	top: 10px;
	left: 10px;
}

#textarea {
	position: absolute;
	top: 30px;
	left: 120px;
}

#photogallery table {
	position: relative;
	top: 60px;
	margin-left: auto;
	margin-right: auto;
}
#photogallery td {
	font-size: 8pt;
	text-align: center;
}
#photogallery a {
	color: #AAAAAA;
	text-decoration: none;
}
#photogallery a:hover {
	color: #FF0010;
	text-decoration: none;
}
