@charset "UTF-8";
/* CSS Document */

body{
	background-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #666666;
}

#imageHolder{
	width: 300px;
	margin: 0 auto;
	text-align: center;
}

a{
	color: #CCCCCC;
	text-decoration: none;
	padding-right: 14px;
}
form   {
	background-color: #333333;
	padding: 3px;
	border: 1px dashed #FFFFFF;
}
