body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;
	background-color: #000000;
	background-image: url(images/skul.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

td {
	font-family: Verdana, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Arial, helvetica, sans-serif;
}

h1{
    text-align:center;
}
a{
    color:orange;
    text-decoration:none;
}
a:hover{
    color:red;
    text-decoration:underline;
}