 

/* menulaatikko */
.menutable {
	background-color: #eeffee;
	border: 2px solid #00ff00;
	color: #ff00ff;
 }

/* sisusraami */ 
.raami {
	background-color: #ffffff;
	border: 2px solid #00ff00;
}

/* laskuri */
.harmaa {
	color: #aaaaaa;
 }


/* leipis ym.*/
.ingressi {font-family:verdana,arial; font-size: 18px; color:#004033;}
.leipis {font-family:verdana,arial; font-size: 16px; color:#004033;}
.isoleipis {font-family:verdana,arial; font-size: 18px; color:#004033;}
.mteksti {font-family:verdana,arial; font-size: 14px; color:#004033;}


/* linkit */

a.nav:link{color:#002200; text-decoration:none; font-weight: normal; line-height: 1.1; text-indent:15px; }
a.nav:visited{color:#002200; text-decoration:none; font-weight: normal; line-height: 1.1; text-indent:15px;}
a.nav:active{color:#002200; text-decoration:none; font-weight: normal; line-height: 1.1; text-indent:15px;}
a.nav:hover{color:blue; text-decoration:underline; font-weight: normal; line-height: 1.1; text-indent:15px;}
 
a:link{color:blue; text-decoration:underline; font-weight: normal;}
a:visited{color:blue; text-decoration:underline; font-weight: normal;}
a:active{color:blue; text-decoration:underline; font-weight: normal;}
a:hover{color:red; text-decoration:none; font-weight: normal;} 

 
 
/* tekstit ja otsikot*/ 

p{font-family:verdana,arial; font-size: 14px; color:#5C4033;}

li {font-family:verdana,arial; font-size: 14px; color:#004033;}

h1{font-family:verdana,arial; font-size: 30px; color:#5C4033;}
h2{font-family:verdana,arial; font-size: 24px; color:#5C4033;}
h3{font-family:verdana,arial; font-size: 18px; color:#5C4033;}

