@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial;	
}

footer {
	background-color: #2b75b5;
	height: 50px;
	color: #fff;
	text-align: center;
	padding-top: 10px;
	margin-top: 5px;
}
h1 {
	color: #2b75b5;
	font-weight: bold;
	font-family: 'Kaushan Script', cursive;
	font-size: 60px;
}

h3 {
	color: #2b75b5;
}

h4 {
	font-family: 'Kaushan Script', cursive;
	font-size: xx-large;
	color: #2b75b5;
}


.pieniTeksti {
	font-size: small;
	padding-top: 5px;
	color: #2b75b5;
}


.sininen {
	color: #2b75b5;
	font-size: xx-large;
	font-family: 'Kaushan Script', cursive;
}

.tiedot {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.tiedot h3 {
	text-align: left;
}
.tiedot p {
	text-align: left;
}