	a:link {
	color: #f7be52;
	text-decoration: none;
	}	

	a:visited {
	color: #f7be52;
	text-decoration: none;
	}

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

	img {
	border: none;
	}

	a { 
	outline: none;
	}




body{
	font-family: Arial;
	font-size: 12px;
	color: #292829;
	text-align: left;
	background-color: white;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}

p{
	font-family: Arial;
	font-size: 12px;
	color: #292829;
	margin: 0px;
	padding: 0px;
}


.sivu{
	width: 800px;
	height: 800px;
	text-align: left;
	background-image: url(../kuvat/galleria.jpg);
	background-repeat: no-repeat;
}

.kuvateksti{
	position: absolute;
	margin-top: 40px;
	margin-left: 100px;
	width: 600px;
	height: 50px;
	text-align: center;
	overflow: auto;
}

.edellinen{
	position: absolute;
	margin-top: 100px;
	margin-left: 50px;
	vertical-align: bottom;
}

.seuraava{
	position: absolute;
	margin-top: 100px;
	margin-left: 733px;
	vertical-align: bottom;
}

.isokuva{
	position: absolute;
	width: 600px;
	height: 600px;
	margin-top: 100px;
	margin-left: 100px;
	vertical-align: middle;
	text-align:center;
}
/* Lähdekoodi/source code - copyright Tietoma Oy */