/* CSS Document */
body {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #F4D000;
	background: #FEFAE9;
	line-height: 16px;
	letter-spacing: 0.5pt;
}
a {
	color: #F4D000;
	text-decoration: none;
}
a:hover {
	color: #00FF00;
	text-decoration: underline;
}
.allCaps {
	font-size: 90%;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;	
}
.copyright {
	font-size: 6px;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: right;
	line-height: 5.5px;
	text-decoration: none;
	margin-bottom: 12px;
}
#imgPreviewer {
	text-align: center;
	vertical-align: middle;
}