body {
	
	color: black;
	background-color: 000000;
	background-image: url("bg.jpg");
	font-family: "helvetica", sans-serif;
	}

img { galleryimg:no;}

table {
	
	border-style: none;
	border-color: black;
	border-width: 2px;
        background-color: 000000;
        font-size:11pt;
	}

a:link {

	color: 414141;
	text-decoration: none;
	font-weight: bold;
	} 


a:visited {
	
	color: 191919;
	text-decoration: none;
	font-weight: bold;
	}


a:hover {

	color: 191919;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-color: 191919;
	border-bottom-width: 1px;
	}


a:link:active {

	color: white;
	background-color: 000000;
	}

hr{
        color:434343;}


h1 {

	text-align: center;
	}

h2 {

	text-align: center;
	}