@charset "windows-1250";
body
{				
	background-image: url(hatter.jpg);
	background-attachment: fixed;
	color: yellow;
	text-align: justify;
	font-family: Arial;
	scrollbar-track-color: blue;
}				
a:link
{
	color: white; 
}
a:visited
{
	color: grey; 
} 
a:active 
{
	color: grey;
}

h1, h2, h3, h4, h5, h6
{
	text-align: center;
}
h1
{
	font-size: xx-large;
}
h2
{
	font-size: x-large;
}
h3
{
	font-size: large;
}
hr
{
	width: 75%;
	color: white;
	text-align: center;
	size: 3;
}
li
{
	text-align: left; 
}
