body {
	margin: 0px;
	padding: 0px;
}
.line {
	background-image: url(img/line.gif);
	background-repeat: repeat;
}
.txt {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
.shadow {
	background-image: url(img/shadow.gif);
	background-repeat: repeat;
}
a:link {
	font-size: 12px;
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	font-size: 12px;
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	font-size: 12px;
	color: #0000FF;
}
a:active {
	font-size: 12px;
	color: #0000FF;
}
