@import url("lg/font.css");

* {
    margin:0;
    padding:0;
    line-height:1.4;
    font:inherit;
}

:link, :visited {
    text-decoration:none;
}

:link {
    color: rgb(52, 101, 164);
}

:visited {
    color: rgb(92, 53, 102);
}

html {
    background: rgb( 85,  87,  83);
    font:1em serif;
}

.body {
    width: 30em;
    margin: 3em auto;
    padding: 3em;
    border-radius: 5em;
    border: medium solid rgb(237, 212, 0);
    color:black;
    background: rgb(238, 238, 236);
}

p, li, th, td {
    font-family: Georgia;
    line-height: 1.4em;
}

table {
    border-collapse: collapse;
}

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

th, td {
    vertical-align: baseline;
    padding-right: .5em;
}

p, ul, ol, table {
    margin-bottom: 1.4em;
}

h1, h2 {
    font-family: "League Gothic", LeagueGothicRegular, Impact, sans-serif;
}
h1 {
    font-size: 200%;
}

h2 {
    border-top: 2px solid rgb(114, 159, 207);
    margin:1em -2.3077em 0;
    padding: 1em 2.3077em 0;
    font-size: 1.3em;
}

h3, th {
    font-family: inherit;
    font-weight: bold;
    font-size: .8em;
    margin-top: 1.625em;
}

strong {
    font-weight: bold;
}
em {
    font-style: italic;
}

.tender {
    background: url(goalline.png) 50% 100% no-repeat;
    height: 5em;
    margin: -3em -3em 1em;
    border-radius: 5em 5em 0 0;
}

.ender {
    background: url(goalliner.png) 50% 0 no-repeat;
    height: 5em;
    margin:1em -3em -3em;
    border-radius: 0 0 5em 5em;
}

ul ul, ol ul, ul ol, ol ol {
    margin-left: 1.4em;
}

ol {
    list-style-type: decimal;
}

ol ol {
    list-style-type: lower-alpha;
}

ol ol ol {
    list-style-type: lower-roman;
}

ol ol ol ol {
    list-style-type: decimal;
}

