body{
	margin: 15px;
	background-color: black;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-attachment: fixed;

	}
body,th,td{
	font-size: 15pt;
	font-family: '‚l‚r PƒSƒVƒbƒN','ƒqƒ‰ƒMƒmŠpƒS Pro';
	}
a:link{
	color: white;
	text-decoration: none;
}
a:visited{
	color: white;
	text-decoration: none;
}
a:active{
	color: gold;
	text-decoration: none;
}
a:hover{
	color: black;
	background-color: gold;
	text-decoration: none;
}