BODY {
	margin: 0px; padding: 10px;
	background-color: #000;
	color: #EEF;
	font-family: 'MS UI Gothic', sans-serif;
	background-image: url(/image/snow.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 10% 20%;
}

A:link { color: #55F; text-decoration: none; }
/*A:visited { color: #5F5; text-decoration: none; }*/
A:visited { color: #55F; text-decoration: none; }
A:active { color: #F55; text-decoration: none; }
A:hover { color: #F90; text-decoration: none; }



.title {
	margin: 0px 0px 50px;
	padding: 0px;
	font-size: 150%;
	font-weight: bold;
	font-style: italic;
	border-bottom: 2px solid #AAF;
}

.outside {
	margin: 0px; padding: 0px;
	text-align: right;
}

.content {
	width: 500px;
	margin: 0px; padding: 0px 20px 0px 0px;
	font-size: 80%;
	line-height: 125%;
	text-align: right;
}

.menutitle {
	margin: 0px 0px 20px;
	padding: 0px;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px dashed #AAF;
}

.menus {
	margin: 0px 0px 40px 5em;
	padding: 0px;
	line-height: 125%;
	text-align: left;
}

UL.menus LI {
	margin: 0px; padding: 0px;
	list-style-image: url(./image/aqua-button.gif);
}

