body {
	background-image: url('bck.gif');
	background-repeat: repeat-x;
	background-color: #358AB7;
	margin: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a, a:visited {
	color: #416E90;
}
div#main {
	max-width: 850px;
	background-color: white;
	border: 2px solid #ddd;
	margin: 5px auto;
}
h1 {
	background-image: url('server.gif');
	background-repeat: no-repeat;
	background-position: 30px 5px;
	font-size: 25px;
	line-height: 110px;
	color: #777;
	text-align: center;
	background-color: #eee;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
h2 {
	text-align: center;
	color: #777;
	font-size: 20px;
}
p, li {
	color: #444;
	font-size: 18px;
	line-height: 30px;
	text-indent: 30px;
	margin: 20px;
	margin-right: 50px;
	margin-top: 40px;
	text-align: justify;
}
p.copyright {
	text-align: center;
	font-size: 11px;
}
.eng {
	font-family: Courier;
	font-weight: bold;
	background-color: #eee;
	padding: 5px;
}
table.tbl {
	background-color: #777;
	margin: 0px auto;
}
table.tbl td {
	background-color: white;
}
table.tbl td.g {
	background-color: #7AE464;
}
table.tbl td.r {
	background-color: #EC6C6C;
}
