
h1, h2, h3, h4 {
	color: #00c4ff;
}

h1.main
{
	font-size: 360%;
}

h1
{
	padding-top: 0px;
	padding-bottom: 20px;
}


h2 {
	font-size: 180%;
}

h3 {
	font-size: 160%;
}


a
{
	text-decoration: none;
	color: #006ea6;
}

p {
	color: #000000;
	margin-bottom: 10px;
}

li {
	font-size: 80%
}



a.navi {
	background: #99bbcc;
	color: #1c4a62;
}

a:hover {
	text-decoration: none;
}

a.link:hover {
	text-decoration: underline;
}

a.navi_active {
	font-weight: bold;
	color: #006ea6;
}

a.navi, a.navi_active
{
	text-decoration: none;
	padding-left: 40px;
	padding-right: 40px;
	margin-left: 10px;
	margin-right: 10px;
}

a.navi_active, a.navi:hover {
	background: #b6def2;

}

span.bold {
 font-weight: bold;
}




