body {
	color: white;
	background-color: #000000;
	font-family: "Times New Roman", Times, serif;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}
body a {
	color: #33FF00;
	text-decoration: none;
}
body a:hover {
	color: #00CC00;
	text-decoration: underline;
}
small {
	font-size: x-small;
}
div.quote{
	text-align:center;
	font-style:italic;
}
p.comment{
	font-style:italic;
	margin-left:3em;
	
}
table.image_table{
	text-align:center;
	border:none;
}
.image_table img{
	margin:20px;
}
.image_table p{
	text-align:left;
}
.author{
	text-align:center;
	color:ffff33;
}
