	h1 {
		font-family: "Trebuchet MS";
		font-size:200%;
		font-style: italic;
		color: #ff0000; 
		text-align: center;
		}


	p {
		font-size:150%;
		}

	/*these three may not be useful*/
	.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.noline {text-decoration: none;}


	body {
            font-family: "Arial";
            color: #888888; 
            background-image: url('/common/background.jpg');
            padding: 0px;
        }

        .center { 
            text-align: center; /* centers contents, method for ie */
        }
        
        .center table { 
            margin-left: auto; /* centers for firefox and most others */
            margin-right: auto;
            text-align: left; /* resets align, needed due to ie method */
            background-color: #000000;
        }		
                  
        /* specifically for this site, to center body text */
        .center table td {
            text-align:center;
        }
        
	img.logo { 
                display: block;
		margin-right: auto;
                margin-left: auto;
		}

        table.navbar { 
		border-spacing: 4px;
		width: 960px;
		margin-right: auto;
                margin-left: auto;
		}

	table.navbar td { 
		padding:4px;
		text-align: center;
		background-color: #333333;
		}
		
  table.navbar td a { 
    color: #ff0000;
  }

        table.infotable {
		margin-right: auto;
                margin-left: auto;
                }
        
        table.infotable td {text-align:left;}
		
		
	.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;
		}
