body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #99ccff;
	color: #000000;
}

img {
	border-color: #6b8eb2;
}


/* links */

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

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

a:hover {
	text-decoration: underline;
	color: white
}

a:active {
	text-decoration: none;
	color: #555555;
}


/* div elements */

#container {
	width: 700px;
	margin-left: auto;
	margin-right: auto; 	
}

#ylabanneri {
	width: 100%;
	clear: both;
}

#sisalto {
	margin-left: 5px;
	margin-right: 5px;
	width: 100%;
	margin-top: 20px;
}

/* tekstityylit */

p.osoite {
	font-style: italic;
	font-size: 110%;
	text-align: center;
	margin-bottom: 40px;
}

.korostus {
	font-weight: bold;
}

p.textmitt {
	position: relative;
	top: 35px;
}

h2 {
	font-size: 130%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
	margin-top: 30px;
}

/*kuvat ja muut omituisuudet */

img.hoger {
  vertical-align: top;
  float: right;
  margin-left: 10px;
  margin-bottom: 5px;
  margin-top: 5px
  }

img.vanster {
  vertical-align: top;
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
  margin-top: 5px
  }
 
 img.mittvanster {
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 5px;
  margin-top: 5px;
  }
  
#boxhoger {
	float:right;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-top: 10px;
}

#boxvanster {
	float:left;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-top: 10px;
}

#boxmitt {
	width: 85%;	
	margin-left: 30px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-top: 10px;
	clear: left;
}