HTML, BODY {
background: #ffffff url('http://www.freak.nasze.pl/skap/pliki/images/background.jpg') repeat-x top left;
scrollbar-base-color: #ffcc00; 
scrollbar-shadow-color: black;
scrollbar-highlight-color: white;
scrollbar-track-color: white;
}

h1 {
color: green;
font-style: bold;
font-family: Times New Roman;
font-size: 64px;
letter-spacing: 10;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #0000ff;
	text-decoration: none;
}
a:visited {
	color: #0000ff;
	text-decoration: none;
}
a:hover {
	color: #0000ff;
	text-decoration: underline;
}
a:active {
	color: #0000ff;
	text-decoration: none;
}