/* Virheteksti */
.errortext {
	font-family: verdana;
	font-size: 9px;	
	font-weight: bold;
	color: red;
}

/* Miniteksti sivun alareunassa */
.mini{
	font-family: verdana;
	font-size: 9px;	
}
/*pienempi teksti jota käytetään asetusten isojen nimien alapuollella*/
.ntext {
	font-family: verdana;
	font-size: 9px;	
}

/* Linkkityylit */
A:link { 

	color: #000;  
	text-decoration: none;
}   

A:visited { 

	color: #000;  
	text-decoration: none;
} 

A:active { 

	color: #000;  
	text-decoration: none;
}

A:hover{ 

	color: #000;  
	text-decoration: underline; 
}

/* Käytetään lainauksen tekstinä */
.pretext {
	font-size: 10px;
	font-style: italic;
	color: #fc0;
	margin-left: 2px;
	margin-right: 2px;
}