body {
	background-color: #333333;
	font-family: Arial;
	font-size: 12px;
	color: #CCCCCC;
	text-align: center;
}
#back {
	width: 860px;
	background-color: #4b5f68;
	border: 1px solid #727272;
	cursor: crosshair;
}
#field1 {
	height: 20px;
	margin: 10px;
	background-color: #333333;
	margin-top: 20px;
	text-align: center;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
#field2 {
	margin: 12px;
	margin-top: 20px;
	text-align: left;
	
}
#field3 {
	margin: 12px;
	margin-top: 20px;
	text-align: center;
	border: 3px solid #727272;
	padding: 5px;
}
#field4 {
	margin: 12px;
	margin-top: 20px;
	text-align: center;
	border: 3px solid #727272;
}
.style2 {
	font-size: 12px;
	font-style: italic;
}

.style3 {
	font-size: 15px;
	font-weight: bold;
}
.style4 {color: #FFFF00	
}

.style5 {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}	
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #999900;
}
a:active {
	text-decoration: none;
	color: #999900;
}
