@charset "utf-8";
body {
  background-color:000000; 
 background-image:url(images/wall.jpg); 
 background-position:Top Center; 
 background-attachment:scroll; 
 background-repeat:no-repeat; 

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000;
}
td,th {
	font-size: 25px;
	color: #FFF;
}
a {
	font-family: Comic Sans MS;
	font-size: 20px;
	color: #FFF;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
