body {
	background-image: url(graph/tlo.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
	color: #ffffff;
}

A:link {
		color: white;
		text-decoration:none;
}

A:visited {
		color: white;
		text-decoration:none;
}		

a:hover {
		color: #FF9900;
		text-decoration:none;
}
