a:link	{text-decoration: none}
a:visited, A:active	{text-decoration: none}
a:hover	{text-decoration: underline}

.otsikko1	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: 333333;
	margin-top: 12;
	margin-bottom: 12;
	font-weight: bold;

}
.otsikko2	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 12px;

}
.otsikko3	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: FFFFFF;
	text-decoration: none;
	margin-top: 12;
	margin-bottom: 12;
	font-weight: bold;
}
.etusivun_otsikko	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #006666;
	margin-top: 12;
	margin-bottom: 12;
	font-weight: bold;
}

body, td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;

	color: #333333;

}

li	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: 333333;
	margin-top: 4px;
	margin-bottom: 8px;
	margin-right: 12px;
	list-style-type: square;
	list-style-position: outside;


}