#bodydiv {
   margin-left: 10%; 
   margin-right: 10%;
   border: 10px solid black;
   background-color: #FCF124;
}

#bodydiv hr {
   color: black;
   background-color: black;
   height: 3px;

}

#header {
   font-family: Helvetica, sans-serif;
   text-align: center;
   margin-left: 180px;
}

#header p {
   font-size: 250%;
   font-weight: bold;
}

#sponsors {
   font-family: Helvetica, sans-serif;
}

#sponsors h4 {
   font-variant: small-caps;
}

#side {
   width: 180px;
   float: left;
   text-align: center;
   font-family: Helvetica, sans-serif;
   font-variant: small-caps;
   font-weight: bold;
}

#side li {
   list-style: none;
}

#side ul {
   padding: 0;
}

#side a {
   text-decoration: none;
   display: block;
   width: 150px;
   margin-right: auto;
   margin-left: auto;
}

#side a:link {
   color: black;
}

#side a:visited {
   color: black;
}

#side a:hover {
   color: yellow;
   background-color: black;
}

#main {
   margin-left: 180px;
   font-family: Helvetica, sans-serif;
   font-size: medium;
}

#main h4 {
   font-variant: small-caps;
   text-decoration: underline;
}

.standings {
   text-align: center;
   border-collapse: collapse;
   border: 3px solid;
}

.standings td {
   border: 1px solid;
}

.standings th {
   border: 1px solid;
}

.sta {
   width: 8%;
}

.name {
   width: 20%;
}

.goal {
   width: 20%;
}

.team {
   width: 40%;
}

.schedule {
   font-size: small;
   text-align: center;   
   border-collapse: collapse;
   border: 3px solid;
   width: 650px;
}

.schedule td {
   border: 1px solid;
}

.schedule th {
   border: 1px solid;
}

.date {
   width: 10%;
}

.time {
   width: 8%;
}

.team {
   width: 20%;
}

.scor {
   width: 7%;
}

.note {
   width: 34%;
}


.image {
   margin-left: auto;
   margin-right: auto;
}

.image caption {
   font-size: 80%;
   text-align: center;
}

#footer {
   clear: both;
   text-align: center;
   font-size: 70%;
   font-style: italic;
}

#counter {
   text-align: center;
}
