.pack {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	background-color: #FFFFFF;
}

body {
	background-image: url(../files/bg.gif);
}
a {
	text-decoration: underline;
}
a:hover {
	color: #FF3300;
	background-color: #E3E3E3;
	text-decoration: none;
}
.new {
	width: 770px;
	padding: 10px;
	margin: 20px 0px 20px 0px;
	border: 3px #00FFFF;
	font-size: 16px;
}
ul.menu {
	width: 118px;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	border: 0;
	font-size: 20px;	
}

ul.menu li {
	width: 118px;
	height: 30px;
	text-align: center;
	border: 1px solid #CCCCCC;
	background-color: #3366FF;
}

ul.menu li a {
	color: #66CCFF;
	text-decoration: none;
	display: block;
	width: 118px;
	height: 30px;
}

ul.menu li a:hover {
	color: #FF6600;
	background-color: #33FFFF;
}
ul.cont {
	color: #33FF00;
	text-align: left;
	text-indent: 1em;
	list-style-type: circle;
}
.footer {
	clear: both;
	width: 798px;
	height: 20px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: 1px solid #cccccc;
}