body {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#footer {
	font-size: 80%;
	text-align: center;
	margin-right:auto;
	margin-left:auto;
	width: 700px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC0000;
	padding-top: 10px;
}
.catch {
	font-size: 90%;
	color: #333333;
}
.download {
	font-size: 80%;
}
.news {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border: 1px solid #CC0000;
	padding: 10px;
}
h2 {
	font-size: 110%;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CC0000;
	background-color: #FFEEEE;
	padding-top: 2px;
	padding-left: 3px;
}
.clr_red {
	color: #CC0000;
}
.news a:link {
	color: #000000;
	text-decoration: underline;
}
.news a:visited {
	color: #000000;
	text-decoration: underline;
}
.news a:hover {
	color: #FF0000;
	text-decoration: none;
}
.news a:active {
	color: #000000;
	text-decoration: underline;
}

