BODY {
	color : White;
	font-family: Verdana;
	font-size: 10px;
	background-color : #BD0E0E;
}
A {
	color: Yellow;
	text-decoration : none;
	font-family : Verdana;
	font-size : 10px;
}

A:VISITED {
	color: Yellow;
	text-decoration : none;
	font-family : Verdana;
	font-size : 10px;
}

A:HOVER {
	color: Black;
	text-decoration : none;
	font-family : Verdana;
	font-size : 10px;
}

#text{
	font-family : Verdana;
	font-size : 10px;
	color : White;
}

#header{
	font-family : Verdana;
	font-size : 25px;
	color : Navy;
	line-height : 23px;
	font-weight : bold;
}

#underHeader{
	font-family : Verdana;
	font-size : 10px;
	color : #8BB0F1;
}

#dispData{
	font-family : Verdana;
	font-size : 10px;
	color : #ABABAB;
	text-align : right;
}

#formularz{
	font-family: verdana,arial;
	font-size: 9px;
	background-color: #A10C0C;
	color: #FFFFFF;
	text-decoration: bold;
	border-width: 1px;
	border-color: black;
	height : 18px;
}

#pre{
	font-family : Verdana;
	font-size : 10px;
	color : White;
}