a.navbar,
a.navbar:visited,
a.navbar:active {
    text-decoration: none;
    color:white;
    font-size: 20px;
    text-align: center;
}

a.navbar:hover {
    text-decoration: underline;
    color:rgb(255, 255, 255);
}

table.navbar{
    background-color:rgb(118, 0, 0);
    width:100%;
    text-align: center;
}
td.navbar{
    
    text-align: center;
}
button.navbar {
    /*position: fixed;
    margin: auto;
    left: -850;
    right: 0;
    top: -450;
    bottom: 0;*/
    float:left;
    width: 100px;
    height: 30px;
    color:white;
    background-color: blue;
    margin-left: 5px;
    margin-top: 5px;
    text-align: center;

  }
  


.statstable table,th,td{
    border: 1px solid rgb(255, 255, 255);
    border-collapse: collapse;
}
tr:nth-child(even) {
    background-color: #20434d;
   }
.center{
    text-align: center; 
}
.midleft{
    text-align:left;
    text-indent:35%;
}
.left{
    text-align:left;
    text-indent: 20%;
    
}
/*.img{

}*/
html,body{
    width: 100%;
    min-height: 100%;
    margin-bottom:0;
    margin-left:0;
    margin-top:0;
    margin-right:0;
    padding: 0; /*space from content and border*/

    overflow:hidden;
    display:block;
    box-sizing: border-box;
    overflow: auto;
    background-color: rgb(255, 255, 255);
    background-image: url("http://waydea.etowndb.com/baseball/images/bg.jpg");
    color:white;
    background-repeat: repeat;
    text-align: center;
    
}

h2{
    color:rgb(255, 255, 255)
}
a{
    color: #ffffff;
}
a.hover{
    color:rgb(255, 255, 255);
}
a.visited{
    color:darkolivegreen;
}



