a.navi {
	font-weight: bold;
	margin-left: 4px;
	margin-bottom: 3px;
	margin-right: 5px;
	margin-top: 5px;
	text-decoration: none;
	color: white;
	font-size: 14px;
}

a.navi:hover {
	border-top-color: #ffff33;
	border-top-style: solid;
	border-top-width: 5px;
	margin-top: 0px;
	color: #ffff33;
}

a.navi visited {
	color: white;
}

h1 {
	font-weight: bold;
	font-size: 14px;
}

h2 {
	color: #003399;
	font-weight: bold;
	font-size: 12px;
}

h3 {
	color: white;
	font-weight: bold;
	font-size: 14px;
}

td#main {
	list-style-type: square;
	line-height: 1.20;
	padding: 20px;
	background-repeat: repeat-y;
	background-image: url(background.jpg);
}

body, td {
	line-height: 1.50;
}

