body
{
  background-image: url(layout.jpg);
  background-repeat: no-repeat;
  background-color: #A8C2CE;
//#ABF6FB
}


/* teksti kappale*/

.p1
{
  font-family: arial, times new roman;
  font-size: 12pt;
  margin-top: 20px;
  margin-left: 360px;
  width: 450px;
  height: 290px;
  padding: 4px;
  overflow: auto;
  height:350px;

  scrollbar-face-color: #E1B150;
  scrollbar-track-color: #FBC595;
  scrollbar-arrow-color: #330033;
  scrollbar-highlight-color: #FFFFFF;
  scrollbar-3dlight-color: #CCCCCC;
  scrollbar-shadow-color: #663366;
  scrollbar-darkshadow-color: #000000; 

}

/* navigointi*/

.linkki
{
  font-family: Square721 Ex BT, arial;
  text-decoration: none;
  margin-top: 184px;
  margin-left: 310px;
  color: #000000;
  font-size: 14pt;
}

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

a.ind:link {
	color: #000000;
	text-decoration: underline;
	font-style:italic;
}


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

a:active {
	text-decoration: none;
	color: red;
	
}

a.yla:hover {
	color: #000000;
	/*background-color: #E2BF77;*/
	border-bottom: 1px solid;
	border-top: 1px solid;
}

a.norm:link
{
	font-style:italic;
	text-decoration: none;
}

a.norm:hover
{
	font-style:italic;
	text-decoration: underline;
}

p.update {
	font-size: 70%;
	font-style: italic;
}

h4.cont {
	margin-bottom: 0px;
}

h4 {
	font-size: 110%;
	margin-top: 30px;
	color: blue;
}

p.cont {
	margin-top: 0px;
}

img.links {
	border: 0px;	
}

span.oikea {
	float: right;	
}

span.bold {
	font-weight: bold;
}

span.loma {
	font-weight: bold;
	color: red;
}