/* CSS - Cascading Style Sheet */
/* Document settings ------------------------------------ */
html, body {
	font-family: Arial, Verdana, Times New Roman;
	font-size: 12px;
	color:#5B4B00;
}


/* Links ------------------------------------------------ */
a:link {
	color:#5B4B00;
	text-decoration: underline;
}
a:visited {
	color:#5B4B00;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
#linkbar a:link, #linkbar a:visited {
	color: #FFE398;
	text-decoration: none;
}

#linkbar a:hover {
	color:#FFFFFF;
	text-decoration: none;
}

/* Headings & text styles -------------------------------------- */
h1 {
    font: normal 26px Arial, "Times New Roman", Verdana;
	color: #b09323; /*#876F2A*/
	margin: 0px;
	text-decoration: none;
}
h2 {
    font: normal 20px Arial, "Times New Roman", Verdana;
	color: #b09323; /*#876F2A*/
	margin: 0px;
	text-decoration: none;
	padding-top:20px;
}

.small {
	font-family: Arial, Verdana, Times New Roman;
	font-size: 12px;
	color:#5B4B00;
}

/* Lists & borders ------------------------------------------ */

#linkbar ul {
	list-style:square;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	
}

#linkbar li {
	display:inline;
	margin:0px 10px 0px 0px;
	list-style:circle;
}

/* Misc classes ------------------------------------------ */
.oikea {
	float:right;
	margin:5px;
}

.vasen {
	float:left;
	margin:5px;
}

.keski {
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	margin-top:0px;
	text-align:center;
}

