body {
	font-size : 12px;
	scrollbar-face-color: #EEEEFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color:  #FFFFFF;
	scrollbar-3dlight-color:  #000FFF;
	scrollbar-arrow-color:  #0000FF;
	scrollbar-track-color:  #FFFFFF;
	scrollbar-dark-color:  #FFFFFF;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
}

td{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
}

td.pasek1{
	background: #0000ff;
	color : #ffffff;
	font-weight : bold;
	text-align : center;
}

td.pasek2{
	color : #0000ff;
	background-color : #eeeeff;
}

h1{
	font-size : 16px;
	font-weight : bold;
}

span.info{
	font-size : 10px;
	font-weight : bold;
}

span.pascal{
	font-size : 14px;
	font-weight : normal;
	font-family : "Courier New", Courier, monospace;
}

input{
	background : white;
	border : dotted Blue 1;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #0000ff;
	height : auto;
}

select{
	background : white;
	border : dotted Blue 1;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #0000ff;
	height : auto;
}


:link {
	color: #0000ff;
	text-decoration : none;
}
:visited {
	color: #0000ff;
	text-decoration : none;
}
:active {
	color: #0000ff;
	text-decoration : none;
}
:hover {
	color: #0000ff;
	text-decoration : underline;
}