body {
	background-color:#D7E2F8;
	
	scrollbar-face-color: #F4B8D8; 
	scrollbar-highlight-color: #CA4C8E; 
	scrollbar-shadow-color: #CA4C8E;
	scrollbar-3dlight-color: #F4B8D8; 
	scrollbar-arrow-color: #CA4C8E; 
	scrollbar-track-color: #F4B8D8;
	scrollbar-darkshadow-color: #F4B8D8;
	text-align: center;		
}


A:link{
	COLOR: #AC77A1;
	TEXT-DECORATION: none;
	cursor: help;
	font-weight: bold;
}

A:visited{
	COLOR: #CA4C8E;
	cursor: help;
}

a:hover {
	filter:blur(strenght=3);
	border-style: dotted;
	border-color:#CA4C8E;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width:1px
}

A:active {
	COLOR: #CA4C8E;
	TEXT-DECORATION: none;
	cursor: help;
} 

.wrap {
	margin: 0 auto;
	position: relative;
	width: 565px;
}

.text {
	position: absolute;
	top: 106px;
	right: 197px;
	width: 302px;
	height: 188px;
	text-align:left;
	font-family: verdana, tahoma, arial;
	font-size:10px;
	color:#CA4C8E;
	z-index:2;
	overflow: auto;
}

.tablebg {
	position: absolute;
	top:0px;
	left:0px;
}

.titled {
	font-size: 16px;
	font-weight: bold;
	text-decoration:underline;
	font-variant:small-caps; 
}
