body{
	font-family:VERDANA; 
	font-size:11px; 
	display:table-cell;
}
html {
    display: table;
    margin: auto;
}
div{
	max-width:600px;
}

BODY, TH {
font-family : VERDANA ;
font-size : 11px;
text-align: left;
}

BODY, TD {
font-family : VERDANA ;
font-size : 10px;
padding: 5px;
}

A {
text-decoration: none;
color: steelblue;
}
a img {border: none; } 

A:Hover {
text-decoration: none;
color: lightblue;
}

a.playerName { color: black; }
A:Hover.playerName {color: steelblue;}


.b {font-weight:bold !important;}
.i {font-style:italic;}
.nounderline{text-decoration:none;}
.underline{text-decoration:underline;}
.strike{text-decoration:line-through;}
.center{text-align:center;}


IMG.center_image {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*For Mobile*/
@media screen and (max-width: 800px) {
	html, body
	{
	  height: 100%;
	}
	body{
		margin:0px;
		padding:0px;
		position:relative;
		z-index:999;
		vertical-align: top;
	}
	h1 {
    	font-size:30px;
    	margin-bottom:3px;
    	margin-top:3px;
    }
    h2 {
	    font-size:24px;
    }
    h3 {
	    font-size:20px;
    }
    BODY, TH {
        font-family : VERDANA ;
        font-size : 16px;
        text-align: left;
    }
    
    BODY, TD {
    font-family : VERDANA ;
    font-size : 16px;
    padding: 5px;
    }
}
