body {
	background-color:#000;
	background-image: url(../png_files/b.png);
	background-repeat: no-repeat;
	color:#FFF;
	font-family:"Bradley Hand ITC";
	margin-top:100px;
}

table {
	float:left;
	margin-left: 200px;
	background: url(../png_files/table_background.png) repeat;
	width:800px;
	text-align:justify;
	font-size:18px;
}

p {
	padding-left: 20px;
	padding-right: 20px;
}

a:link { 
	color:#FFF;
	text-decoration: none;
}

a:visited { 
	color:#FFF;
	text-decoration: none;
}

a:hover { 
	color:#FC6;
	text-decoration: none;
}

a:active { 
	color:#FFF;
}
