
	body
	{
    font-family: 'Comic Sans MS', Arial, Courier;
    background-color: #eeeeee;
	}
  
    .mytablecell 
	{
        height:76px;
        width:80px;
		border: solid 1px;
		border-color: #010088;
		background-color: palegreen;
	}

    img{
      border:0px;
      height: 100%;
      width: 100%;
    }

    td img 
    {
	display: block; 
	margin-left: auto;
	margin-right: auto;  
    }

    div.centered
	{
        text-align: center;
        font-size: 4.8mm;
    }
	
    div.centered table 
	{
		border: 0;
        margin: 0 auto;
		border-spacing: 0;
    }
	
	#besttimedetails
	{
		color: orangered;
	}

    .newgamecell {
        height:90px;
        width:400px;
     }
 	  
.newgamebutton {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 12px 24px;
    border: 0px solid #121212;
    border-radius: 15px;
    background: #5a5a5a;
    background: -webkit-gradient(linear, left top, left bottom, from(#5a5a5a), to(#121212));
    background: -moz-linear-gradient(top, #5a5a5a, #121212);
    background: linear-gradient(to bottom, #5a5a5a, #121212);
    text-shadow: #090909 1px 1px 1px;
    font: normal normal bold 20px arial;
    color: #ffffff;
    text-decoration: none;
}
.newgamebutton:hover,
.newgamebutton:focus {
    background: #6c6c6c;
    background: -webkit-gradient(linear, left top, left bottom, from(#6c6c6c), to(#161616));
    background: -moz-linear-gradient(top, #6c6c6c, #161616);
    background: linear-gradient(to bottom, #6c6c6c, #161616);
    color: #ffffff;
    text-decoration: none;
}
.newgamebutton:active {
    background: #121212;
    background: -webkit-gradient(linear, left top, left bottom, from(#121212), to(#121212));
    background: -moz-linear-gradient(top, #121212, #121212);
    background: linear-gradient(to bottom, #121212, #121212);
}