/* sivujen rakenne */ @import url("pages.css"); 

/* YLEISET TYYLIT */

body	{font: 12px 'Trebuchet MS', Arial, Helvetica, sans-serif; color: #000000;}

td, input, select, textarea	{font: 12px 'Trebuchet MS', Arial, Helvetica, sans-serif; color: #000000;}


/* tekstityylit */

p	{margin: 0px 0px 20px 0px;}


/* linkit */

a:link, a:visited, a:active	{color: #5ac64a; text-decoration: underline;}
a:hover	{color: #8bd780;}

a img	{border: 0px;}


/* otsikot */

h1	{color: #5ac64a; font-weight: normal; font-size: 32px; margin: 0px 0px 10px 0px;}
h2	{color: #5ac64a; font-weight: normal; font-size: 16px; margin: 0px 0px 5px 0px;}
h3	{font-weight: bold; font-size: 12px; text-transform: uppercase; margin: 0px 0px 5px 0px;}