body {
	font-family: Verdana;
	font-size: 10px;
	cursor: default;
	color: #777777;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-arrow-color: #ECECEC;
	scrollbar-track-color: #ECECEC;
	background-image: url(images/bg.png);
	background-repeat: repeat-y;
	background-color: #A26E7D;
}
a {
	font-family: Verdana;
	font-size: 10px;
	color: #A26E7D;
	text-decoration: none;
	font-weight: bold;
}

a:hover { 
	color: #2A1842;
	text-decoration: none;
}

h1 {
	font-size : 10px;
	font-weight: bold;
	font-family: Verdana;
	text-decoration : none;
	text-align: center;
	padding: 5px;
	color: #FFFFFF;
	background-color: #A26E7D;
	text-transform: uppercase;
}

#content {
	position: absolute;
	top: 349px;
	left: 184px;
	width: 690px;
	color: #777777;
	font-size: 10px;
	font-family: verdana, serif;
}