	h1 {
		font-family: "Trebuchet MS";
		font-size:200%
		font-style: italic;
		color: #ff0000; 
		text-align: center;
		}


	p {
		font-size:150%;
		}


	.textright {text-align:right;}
	.textcenter {text-align:center;}
	.textsmall {font-size:70%;}

	.inact {color:#888888;}
	.current {
		color: black;
		font-weight: bold;
		}

	a:hover {color: #ff0000;}
	a.redtext {color: #ff0000;}
	a.noline {text-decoration: none;}


	body {
		font-family: "Arial";
		color: #888888; 
		background-color: #000000;
		padding: 0px;

		}


	.navbar { 
		border-spacing: 4px;
		width: 1000px;
		}

	.navbar td { 
		padding:4px;
		text-align: center;
		background-color: #333333;
		}

	.imgborder {
		border-width: 4px;
		border-spacing: 0px;
		border-style: solid;
		border-color: #ff0000;
		-moz-border-radius: 6px;
		}

	.gameborder {
		font-size:60%;
		border-width: 15px;
		border-spacing: 100px;
		border-style: solid;
		border-color: #ff0000;
		-moz-border-radius: 10px;
		}