/* CSS Document */

body {
	background-color: #0000F0;
	background-attachment: fixed;
	background-image: url(../images/AlonelyFootballer.gif);
	background-repeat: no-repeat;
	background-position: right top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
	font-style: normal;
	text-decoration: none;
}
a:visited {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #FFFF00;
}
a:active {
	color: #C0C0C0;
}

