body {background-color: black;
	color:white}

h1 {text-align: center}
h2 {margin-top: 25px}
h3 {text-align: center}

p {text-align: center}

.l {text-align: left}
p.news {text-align: left}

a {
	color: #BB33FF;
	}
a.title {color: white ;
	background-color: black;
	font-size:x-large;}

table {color: white;
	background-color: black;
	width:90%;
	margin-left:5%;
	margin-right:5%;
	border-style:solid;
	border-width:1px;
	empty-cells: show;
	border-collapse:collapse
	}
td {
  border:1px solid white;
	}

table.gallery {
	border-style: none
}
td.gl {
	border-style:none;
	text-align: left;
	}
td.gm {
	border-style:none;
	text-align: center;
	}
td.gr {
	border-style:none;
	text-align: right;
	}

table.secret {
	width:100%;
	margin-left:0%;
	margin-right:0%;
	border-style: none
}

td.secret {
	border-style: none
	}

th {
  border:1px solid white;
	}

image { border-style: none}

ul {list-style-type: none
   }


