body
{
	margin: 1 1 1 1;
	background-image: url(/bkg.jpg);
	color: #FF0000;
	background-attachment: fixed;
}

a
{
	text-decoration: none;
	color: #0000FF;
}

a:hover
{
	text-decoration: underline;
}

UL {
	list-style-image: url(/bline.png)
}