@charset "UTF-8";
/* CSS Document */
body {
	background-color:#FDEBD1;
}
#container {
	position:absolute;
	top:6%;
	left:50%;
	width:970px;
	margin-left:-485px;
}
.txt {
	font-family:"Lucida Sans","Courier New", Courier, monospace;
	font-size:10px;
/*	line-height:10px; */
	font-weight:lighter;
}
.txt h2 {
	font-family:"Lucida Sans","Courier New", Courier, monospace;
	font-size:10px;
	line-height:18px;
	font-weight:lighter;

}

.txt h1 {
	font-family:"Lucida Sans","Courier New", Courier, monospace;
	font-size:14px;
	/*line-height:16px;*/
	font-weight:lighter;

}


.txt a {
	color:#000000;
	text-decoration:none;
}
.txt a:hover {
	color:#C60202;
	text-decoration:none;
}