body {
	font-size: 10pt;
}

.navi {
	background-color: lightyellow;
}
.inside {
	margin-top: 5px;
	clear: both;
	background-color: #E5ECF9;
	height: 240px;
	overflow: auto;
	line-height: 120%;
}
.inside2 {
	margin-top: 0px;
	clear: both;
	border: none;
	background-color: #E5ECF9;
	height: 240px;
	overflow: auto;
	line-height: 120%;
}
.date {
	text-align: right;
}

h1 {
	font-size: 1em;
	font-weight: bolder;
	margin-top: 2px;
	margin-bottom: 2px;
}
li {
	margin-left: 320px;
}
img {
	border: 0px;
	float: left;
	clear: both;
	margin-right: 5px;
}
a, a:link, a:visited {
	text-decoration: none;
	color: blue;
}
a:hover {
	color: #ff0000;
	background-color: #ffcccc;
	cursor: pointer;
}
