html {
  color: black;
  background-image: url("../img/score.jpg");
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 50% 50%;
}

body {
}

body {
  text-align: center;
}

body {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 1.231;
  font-family: arial, helvetica, clean, sans-serif;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}


img {
    float: none;
    margin: 0 0 0 15px;
}

.floating-box {
    display: inline-block;
    width: 250px;
    height: 250px;
    margin: 5px 5px 5px 5px;
    border: none;
}

.floating-box_w {
    display: inline-block;
    width: 400px;
    height: 200px;
    margin: 5px 5px 5px 5px;
    border: none;
}

.floating-box_abtn {
    display: inline-block;
    width: 170px;
    height: 60px;
    margin: 5px 5px 5px 5px;
    border: none;
}

.block-box_abtn {
    display: block;
    width: 170px;
    height: 60px;
    margin: 5px 5px 5px 5px;
    border: none;
}

.after-box {
    clear: left;
    margin: 5px 5px 20% 20%;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
}

fieldset, img {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q::before, q::after {
  content: "";
}

abbr, acronym {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
}

input, textarea, select {
}

legend {
  color: black;
}

del, ins {
  text-decoration: none;
}

select, input, button, textarea {
}

table {
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  line-height: 100%;
}

h1{
  font-size:138.5%;
}

h2{
  font-size:123.1%;
}

h3{
  font-size:108%;
}

h1,h2,h3{
  margin:1em 0;
}

h1,h2,h3,h4,h5,h6,strong{
  font-weight:bold;
}

abbr,acronym{
  border-bottom:1px dotted #000;
  cursor:help;
} 

em{
  font-style:italic;
}

blockquote,ul,ol,dl{
  margin:1em;
}

ol,ul,dl{
  margin-left:2em;
}

ol li{
  list-style:decimal outside;
}

ul li{
  list-style:disc outside;
}

dl dd{
  margin-left:1em;
}

th,td{
  border:1px solid #000;
  padding:.5em;
}

th{
  font-weight:bold; 
  text-align:center;
}

caption{
  margin-bottom:.5em;text-align:center;
}

p,fieldset,table,pre{
  margin-bottom:1em;
}

p.left3, ul.left3 {
  float: left; 
  font-size: 12pt; 
  text-align: left; 
  width: 60%;
  margin-right: 10px;
  margin-left: 10px;
}

input[type=text],input[type=password],textarea{
  width:12.25em;
  *width:11.9em;
}

h1{
  font-size:138.5%;
}

h2{
  font-size:123.1%;
}

h3{
  font-size:108%;
}

h1,h2,h3{
  margin:1em 0;
}

h1,h2,h3,h4,h5,h6,strong{
  font-weight:bold;
}

abbr,acronym{
  border-bottom:1px dotted #000;
  cursor:help;
} 

em{
  font-style:italic;
}

blockquote,ul,ol,dl{
  margin:1em;
}

ol,ul,dl{
  margin-left:2em;
}

ol,li{
  list-style:decimal outside;
}

ul,li{
  list-style:disc outside;
}

dl,dd{
  margin-left:1em;
}

th,td{
  border:1px solid #000;
  padding:.5em;
}

th{
  font-weight:bold;
  text-align:center;
}

caption{
  margin-bottom:.5em;
  text-align:center;
}

p,fieldset,table,pre{
  margin-bottom:1em;
}

p.cpyrt{
  font-size: x-small;
}

input[type=text],input[type=password],textarea{
  width:12.25em;
  *width:11.9em;
}

/* Style the footer */
.footer {
  padding: 10px;
  text-align: center;
}

/* Link buttons */
a{
 target="_self";
}

a.btn:link, a.btn:visited {
    background-color: tan;
    color: white;
    padding: 14px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

a.btn:hover, a.btn:active {
    background-color: brown;
}

div.box {
    background-color: lightgrey;
    display: inline-block;
    width: 100px;
    border: 5px solid tan;
    padding: 10px;
    margin: 10px;
}