
* {
 margin: 0;
 border: 0;
 line-height: 1;
}

body {
 font-size: 100%;
 background: #ffe;
 color: black;
 padding-bottom: 1.5em;
}

h1,h2,h3 {
 margin-top: .5em;
 margin-bottom: .35em;
}

ul {
 width: 10%;
 height: 95%;
 float: left;
 position: fixed;
 background: #ffc;
 margin-left: .5em;
 margin-top: 1em;
 padding: .25em .25em .25em .25em;
 border: 1px solid black;
 font-size: .9em;
 overflow: auto;
}

body#teams ul#menu {
 width: 10em;

}

body#teams h1,
body#teams h2,
body#teams h3 {
 text-align: center;
 margin: 0;
}

body#teams p,
body#teams pre {
 list-style-type: none;
 margin-left: 12em;
 font-size: .9em;
}


li {
 list-style-type: none;
 line-height: 1.05;
 padding-bottom: .35em;
 padding-left: .75em;
 text-indent: -.5em;
}

h1,h2,h3,p,pre {
 margin-left: 8em;
 background: #ffe;
}

table {
 margin-left: 15%;
 width: 80%;
}

td,th {
 line-height: 1.5;
 padding: 0 1em;
}

#title {
 color: white;
 background: black;
}

#title h1 { 
 font-size: 1.75em;
}
