BODY {
	background-color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	margin-top: 5;
	margin-left: 5;
}

.raampilt {
	border: thin solid Gray;
	background-color: White;
}

.raam {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12;
	text-decoration: none;
	border: 1px solid #FF8000;
}

.pilt {
	border-bottom-width: medium;
	border-right-width: medium;
	border: Silver;
}

.info {
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size : 12;
	color : Gray;
}

H2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15;
	text-align: center;
	color: #FF8000;
}

A, A:ACTIVE, A:FOCUS, A:HOVER, A:LINK, A:VISITED {
	color : Silver;
	text-decoration : none;
}

A.button, A:ACTIVE.button, A:FOCUS.button, A:HOVER.button, A:LINK.button, A:VISITED.button {
	color: #FF8000;
	text-decoration: none;
	text-transform: lowercase;
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

A:FOCUS.button, A:HOVER.button {
	color: White;
	text-decoration: none;
	text-transform: lowercase;
	background-color: #FF8800;
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}