/* CSS Document */

body {
	background-color: #FFFFFF;
	color: #666666;
	font-size: 80%;
	line-height: 150%;
	text-align: center;
}
img {
	border: none;
}
#cont {
	position:absolute;
	width: 550px;
	height:500px;
	left: 50%;
	text-align: left;
	margin-left: -290px;
	margin-top: 100px;
}
.idx {
	
	
}
#txt {
	text-align: left;
	margin-top: 20px;
	margin-left: 70px;
}
a:link, a:visited {
	color: #3D1A1A;
	text-decoration: none;
	border-bottom: 1px dotted #FEC498;
}
a:hover {
	color: #9E1425;
	text-decoration: none;
	border-bottom: 1px double #FEC498; 
}
