body {
	background-color: #eff8ff;
	color: black;
	font-size: medium;
}
a {
	text-decoration: none;
}
a:link {
	color: #3333CC;
}
a:visited {
	color: #9999FF;
}
a:active {
	color: red;
}
a:hover {
	color: orange;
}
.logo {
	position:fixed;
	left:10px;
	top:10px;
	width:120px;
	z-index: 1;
}
.logo-direct {
	border: 1px dashed gray;
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
	margin: 0x;
	z-index: 1;
}
ul.logo-direct li {
	font-size: xx-small;
	text-align: center;
}
ul.logo-direct li.current {
	border-style: dashed;
	border-width: 1px 0px 1px 0px;
	border-color: gray;
	background-color: #ffffcc;
}
.text {
	font-size : small;
	line-height:  180%;
	margin-left:  140px;
	margin-right:  15%;
	margin-bottom: 40px;
	z-index: 5;
}
.update-info {
	position: absolute;
	padding: 0px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
	text-align: right;
	top : 0px;
	right : 0px;
	font-size: small;
	z-index: 10;
}
.attention {
	font-style: italic;
	border-top: solid 1px gray;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	bottom: 0px;
	font-size: small;
	z-index: 10;
}
