.textnormal {
	width:			600px;
	margin:			5px;
	font-family:		sans-serif;
	font-size:		13px;
	text-align:		justify;
	line-height:		18px;
}

.menubox {
	position:		absolute;
	visibility:		hidden;
	width:			150px;
	border-width:		2px;
	border-color:		black;
	border-style:		solid;
	padding:		5px;
	font-family:		sans-serif;
	font-size:		13px;
	text-align:		left;
	line-height:		18px;
	background-color:	white;
}

.sectionbox {
	position:		absolute;
	top:			30px;
	right:			10px;
	padding:		5px;
	font-family:		sans-serif;
	font-size:		15px;
	font-width:		bold;
	text-align:		left;
	line-height:		18px;
	background-color:	white;
}

body {
	margin:			0px;
}

a {
	text-decoration:	none;
	color:			#093C75;
}

a:hover {
	text-decoration:	underline;
}

a[name] {
	color:			black;
}

.path {
	font-family:		monospace;
}

h1 {
	font-size:		30px;
}

h2 {
	font-size:		26px;
}

h3 {
	font-size:		22px;
}

h4 {
	font-size:		18px;
}

.index {
	margin-top:		10px;
	margin-bottom:		10px;
	font-size:		11px;
}

