body {
	margin:50px 0px; padding:0px;
	text-align:center;
	background-image: url(kuvat/graf/green12.gif);
 	background-attachment : fixed;
	background-position : top center;
	background-repeat : repeat;
 background-color: rgb(153,204,153);
 color: rgb(0,51,0);
font-family:arial, helvetica, verdana, sans-serif;
	}
	
#sisus {
width:700px;
	margin:0px auto;
	text-align:left;
	padding:30px;
	background-color: rgb(255,255,204);
	border-width: 3px;
	border-color: rgb(0,51,0);
	border-style: solid;
	}
	
p {
	
	margin:0px 0px 16px 0px;
	padding:0px;
	}
	


p.eka {
margin-top: 30px;
  }
	
p.paksu {
font-weight: bold;
  }

a {
	color: rgb(0,51,0);
font-size: smaller;
	text-decoration:none;
	font-weight:600;
	font-family:1,0);
 font-family: verdana, helvetica, arial, sans-serif;
	}
a:link {color:rgb(0,51,0);}
a:visited {color:rgb(51,102,51);}
a:hover {background-color:rgb(204,204,204);}

div.keski{
float: center;
text-align: center;
  }
	
div.vasen {
float: left;
text-align: center;
  }


img	{
		margin: 5px;
		border-width: 1px;
		border-style: solid;
	}
	
	 .noborder {
	 margin: 0px;
		border-width: 0px;
		border-style: none;
	 	  }


