@charset "utf-8";
/* CSS Document */


table {
	font-family: "Courier New", Courier, monospace;
	text-align: justify;
	background: #DCD7C2;
}
body {
	background-image: url(/images/background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
}
a {
	color: #30C;
	text-decoration: none;
}
p {
	text-align: center;
}
ul {
	text-align: left;
	font-size: 14px;
}
.img {
	text-align: center;
}



