/* MÄÄRITELLÄÄN ELEMENTTIEN NÄYTTÖTAVAT*/
address,blockquote,body,code,dd,div,dl,dt,fieldset,form,frame,frameset,h1,h2,h3,
h4,h5,h6,iframe,noframesobject,ol,p,ul,applet,center,dir,hr,menu,pre  {
	display : block;
}



h1  {

	font-size : 1.5em;
	font-weight : bold;
	font-style : normal;
	color : #4677b8;
	text-indent : 1%;
	font-family : arial;
}

em  {
	font-size : 0.7em;
	font-weight : normal;
	font-style : italic;
	color : Black;
	text-indent : 0.2em;
	margin-left : 2%;
	font-family : arial;
}

h2  {
	font-size : 1em;
	font-family : arial;
	font-weight : bold;
	font-style : normal;
	color : 660000;
	text-indent : 0.2em;
	margin-left : 3%;
	font-family : arial;
}

h3  {
	font-size : 0.9em;
	font-family : arial;
	font-weight : bold;
	font-style : normal;
	color : 660000;
	text-indent : 0.2em;
	margin-left : 3%;
	font-family : arial;
}

p {
	font-family : arial;
}

ul {
	font-family : arial;
}

pre { color: black; background: #E8EDF0; font-family: monospace; }

body {
background: #E8EDF0 none;
font-family: Arial, Verdana, Helvetica, sans-serif;
/*font-size-adjust:1.2;
font-size:x-small;*/
/*padding:10px 20px 10px 20px;*/
margin-left: 1; margin-right: 1;
  
}
	
.byellow {  font: bold 10px Verdana, Arial, Helvetica, sans-serif; color: #FFCC00; text-decoration: none}

/* määritellään linkkielementti a*/ 
a {
font-size : 0.75em;
font-weight : bold;
font-style : normal;
color : Green;
text-decoration : underline;
font-family : Verdana,sans-serif;
}

/* ja kun hiiri on sen päällä*/ 

a:hover {
font-size : 0.75em;
font-weight : bold;
font-style : normal;
color : Red;
text-decoration : underline;
font-family : Verdana,sans-serif;
}

.palkki{
background-image:url('http://www.verkkovihko.fi/mhtausta.gif');
background-color:black;
}

.isopalkki{
background-image:url('http://www.verkkovihko.fi/tausta.jpg');
background-color:E8EDF0;
}

