body {
    background: url("../images/Backgnd1.jpg");
}

.center { text-align: center; }
.center-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.score-table {
    border: 1px solid black;
    margin: 0 auto;
    border-collapse: collapse;
}

.score-cell {
    border: 1px solid black;
    text-align: center;
}

.red    { color: red; }
.green  { color: green; }
.blue   { color: blue; }
.yellow { color: yellow; }
.bold   { font-weight: bold; }
.italic { font-style; italic; }
.small  { font-size: small; }
.xsmall { font-size: x-small; }
.medium { font-size; medium; }
.large  { font-size: large; }
.xlarge { font-size: x-large; } 
.xxlarge { font-size: xx-large; } 

.left  { float: left; }
.right { float: right; }

.top-margin20 { margin-top: 20px; }
.bottom-margin10 { margin-bottom: 10px; }

.top { 
    position: absolute;
    top: 116px;
    /* border: 3px solid red; */
}

.history {
    margin-left: 50px;
}

.table {
    cellspacing: 0;
    cellpadding: 0;
}

.head-row { 
    text-align: center;
    height: 16px;
}

.container {
    position: relative;
    width: 100%;
    max-width: 116px:
}

.container .img {
    width: 110;
    height: 38;
}

.container .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms -transform: translate(-50%, -50%);
    color: #f1f1f1;
    background-color: rgba(0,0,0,0);
    font-size; 14px;
    padding: 16px 30px;
    border: 0px;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
}


/* these are the font styles for the links that appear on your web page */
.container a:link
    {font: bold 13px arial; color: white; text-decoration: none;}
.container a:active
    {font: bold 13px arial; color: white; text-decoration: none;}
.container a:visited
    {font: bold 13px arial; color: white; text-decoration: none;}
.container a:hover  /* this one changes the mouseover or hover state of the link */
    {font: bold 13px arial; color: yellow; text-decoration: underline;}


    /*
    table, th, td {
  border: 1px solid black;
}
*/


