body {
	font-family: Verdana;
	font-size: 10px;
	cursor: crosshair;
	color: #333333;
	background-color: #B889B0;
	background-image: url(images/bg.png);
	background-repeat: repeat-y;
	margin: 0px;
}
a {
	font-family: Verdana;
	font-size: 8px;
	color: #A8144B;
	text-decoration: none;
	text-transform: uppercase;
	cursor: hand;
	font-weight: bold;
}

a:hover { 
	color: #9C8763;
	text-decoration: underline;
	
}

.head {
	color: #6B2C60;
	letter-spacing: 2px;
	text-decoration: none;
	font-size: 10px;
	text-align: left;
	padding: 2px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #333333;
	display: block;
}

#content {
	position: absolute;
	top: 320px;
	left: 140px;
	width: 570px;
	color: #333333;
	font-family: Verdana;
	font-size: 10px;
}