BODY {
	font-family: sans-serif;
	font-size: 12px;
	margin: 2px;
	background-color: white;
	scrollbar-face-color: rgb(235, 235, 200);
}

TABLE, TD {
	font-family: sans-serif;
	font-size: 12px;
}

BODY.mainview {
	background-color: rgb(245, 245, 204);
	margin: 0px;
}

body.alasivu {
	margin: 10px;
}

H1 {
	font-family: sans-serif;
	font-size: 32px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	color: white;
}

H2 {
	font-family: sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	text-align: left;
}

H3 {
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	text-align: left;
}

IMG {
	border: 0px;
}

THEAD {
	font-weight: bold;
}

A {
	color: rgb(0, 102, 0);
	font-weight: bold;
	text-decoration: none;
}

A:HOVER {
	text-decoration: underline;
}

A.black {
	color: black;
}

.info {
	background-color: rgb(0, 102, 0);
	color: white;
	margin: 10px;
	border-style: outset;
}

.bordered {
	border-color: rgb(0, 102, 0);
	border-style: solid;
	border-width: 1px;
	border-bottom-style: double;
	border-bottom-width: 3px;
	background-color: white;
}

.path {
	color: gray;
	font-size: 11px;
	font-weight: bold;
	text-indent: 5px;
}
