body {
	font-size: 12px;
	background-color: #ff0000;
}
table {
	font-size: 12px;
}
p.copyright { font-size: 12px }
p.title { font-size: 15px; font-weight:bold }
a { color: #ff0000; text-decoration: underline }
a:visited  { color: #990000 }
a:active { color: #0000ff }
a:hover { background-color: #ffcccc; text-decoration: none }
table.update { width:720px }
table.main { width:700px; margin:10px }
td.main { vertical-align:top; width:720px; background-color:#ffffff }
td.title { font-weight:bold }
td.date { width:150px; text-align:center }
td.update { width:590px; text-align:left; padding-right:10px }
td.left { width:120px }
td.left2 { width:50px }
td.version { width:30 }
td.menu { width:100 }
hr { height:1px; color:#ff0000 }
b.caution { color: #0000ff }
div.source {
	border: solid 1px #0000FF;
}
div#wrap {
	background:url("./images/wrap.gif") repeat-y;
	background-color: #ffffff;
	width: 770px;
	margin-left: -385px;
	left: 50%;
	position: absolute;
}
div#header {
	width:770px;
	height:25px;
	background:url("./images/header.gif") no-repeat;
}
div#footer {
	float: left;
	width:770px;
	height:25px;
	background:url("./images/footer.gif") no-repeat;
}
div#space {
	padding: 10px 35px 10px 35px;
}
div#space hr {
	width: 700px;
}

