body	{
	background-color:#EFEFEF;
	background-image:url(i/Logo.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-attachment:fixed;
	text-align:center;
	margin:30px;
}
h1		{
	font-family:Georgia, "Times New Roman", serif;
	font-style:normal;
	font-size:20px;
	text-align:center;
}
table	{
	position:relative;
	padding:10px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
/* LINKS */
a{
	color: #999900;
}
a:visited {	color: #CCCC33;}


