body
{
	background-color: #F0F0F0;
	background-image: url('kuvat/tausta.jpg');
	background-repeat: repeat-x
}

p
{
	font-family: agaramond;
	margin-right: 80px;
	margin-left: 40px;
}

ol
{
	margin-right: 80px;
	margin-left: 60px;
}

#pohja
{
	width: 750px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 10px;
}

#brandipalkki
{
	width: 730px;
	height: 180px;
	background-color: white;
	background-image: url('kuvat/brandi.png');
	border: solid 1px black;
	padding: 5px;
	margin-bottom: 4px;
}

#linkkipalkki
{
	width: 740px;
	height: 30px;
	background-color: white;
	border: solid 1px black;
	margin-bottom: 10px;
}

#keskipalkki
{
	width: 700px;
	min-height: 400px;
	background-color: white;
	border: solid 1px black;
	padding: 20px 20px 100px 20px;
}

h1, h2, h3, h4, h5, h6
{
	font-family: arial;
	color: #0060a9;
}

h3
{
margin-top: 30px;
}

#linkit a
{
	text-decoration: none;
	font-family: arial;
	font-size: 0.8em;
	font-weight: bold;
	color: darkorange;	padding: 10px;
}

#linkit a:hover
{
	color: black;
}

#kuntalinkit a
{
	font-family: arial;
	margin-right: 2px;
	padding: 3px;
	font-size: 0.8em;
	font-weight: bold;
	color: #0060a9;
	border: 1px solid white;
}

#kuntalinkit a:hover
{
	color: black;
	background-color: #F0F0F0;
	border-top: 1px solid #F0F0F0;
	border-right: 1px solid black;
	border-bottom: 1px solid #F0F0F0;
	border-left: 1px solid black;
}

#linkit
{
	width: 734px;
	padding: 3px;
	margin: 0px 0px 10px 0px;
	background-color: white;
	list-style-type:none;
	border: 1px solid black;

}

#linkit li:hover
{
	background-color: #F0F0F0;
	border-top: 1px solid #F0F0F0;
	border-right: 1px solid black;
	border-bottom: 1px solid #F0F0F0;
	border-left: 1px solid black;
}

#linkit li
{
	list-style-type: none;
	margin-right: 4px;
	display: inline;
	border: 1px solid white;
}