@font-face {
    font-family: 'gutcruncherregular';
    src: url('assets/fonts/gutcruncher-webfont.woff2') format('woff2'),
         url('assets/fonts/gutcruncher-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

a.menu {
	color: #0000ff;
	cursor: hand;
}
a.c {
	background-color: #9999ff; 
	font-weight: bold;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;

}
a { color: #003399; }

input.entername:hover {
	background-color: #ff5555;
}

.entername {
	font-size: 10px;
	background-color: #ffffff;
	border: 0;
}

.sim {
	font-size: 10px;
	background-color:transparent;
	border:0 solid #ffffff;
}

.debuglnk {
	color: #ffffff;
}

a.deletebox {
	background-color: #ff0000;
	font-weight: bold;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
}
.legend {
	font-size: 16px;
//	margin: 5px;
	background-color: #ffffff;
}
body {
	background-image: url(bg.jpg);
        background-attachment: fixed;
	position:relative;
	text-align: Center;
	margin:0px;
	padding:10px;
	font-family: arial, verdana, helvetica, sans-serif;
//	background-color:#3366cc;
	scrollbar-face-color: #cccccc;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #cccccc;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #999999;
	scrollbar-darkshadow-color: #3366cc;
}

hr {
	position: relative;
	width: 80%;
	height: 2px;
	border: 1 solid #000000;
}

table.newresults {
	position: relative;
	left: 22%;
	font-size: 12px;
}

table.newteam {
	font-size: 14px;
}

table.players {
	position: relative;
	right:15%;
	left:10%;
}

table.history {
	position: relative;
/*	width: 50%;
*/	left:20%;
	right:25%;
}

table.teamlist {
	position: relative;
	width: 34%;
	left:33%;
	right:33%;
}

table.stats {
	position: relative;
	width: 39%;
	left:30%;
	right:28%;
}

input.main {
	margin: 3px;
	height: 31px;
}


#main {
	margin-right: 10%;
	margin-left: 10%;
	margin-top: 20px;
	/*top:100px;
	left:20%;
	right:50%;
*/
}

#footer {
	margin-right: 10%;
	margin-left: 10%;
	margin-top: 30px;
	font-size: 16px;
}

h1 {
	font-family: gutcruncherregular;	
}