BODY {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	background-color : #9D7392;
}
TABLE {
	width : 100%;
	background-color : Silver;
}
TABLE#1 {
	width : 100%;
	background-color : transparent;
}
TABLE#2 {
	width : auto;
	background-color : transparent;
}
TH{
	background-color: Gray;
	font-size : 12px;
}
TD{
	font-weight : normal;
	font-size : 11px;
}
A{
	text-decoration : none;
	color : Black;
	font-weight : normal;
}

A#tekst{
	text-decoration : underline;
	color : Black;
	font-weight : normal;
}
H3{
	font-size : 14px;
	margin-bottom : 0px;
}
