body {
	background-image: url(images/back.jpg);
	background-color: #2C3E16;
	background-repeat: repeat;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
a:link {
	color: #FFCC00;
}
a:visited {
	color: #FFCC00;
}
a:hover {
	color: #FAF200;
}
a:active {
	color: #FFFFFF;
}
.txt_normal {
	text-align: left;
}
.txt_bold {
	text-align: left;
	font-weight: bold;
}
.txt_copyright {
	color: #FF9900;
	font-weight: bold;
}

