BODY {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
}
TABLE {
	width : 100%;
	background-color : Silver;
}
TH{
	background-color: Gray;
	font-size : 12px;
}
TD{
	font-weight : normal;
	font-size : 10px;
}
A{
	text-decoration : none;
	color : Black;
	font-weight : normal;
}

A#tekst{
	text-decoration : underline;
	color : Black;
	font-weight : normal;
}
