html {
    margin: 0 0 0 0;
    padding: 0 0 0 0
}

body {
    /* top, right, bottom, left */
    margin: 0 1em 0 1em;
    padding: 0 0 0 0;
    background-color: #eeffdd;
    color: black;
}

h1 {
    text-align: center
}

h2 {
    text-align: center
}

h3 {
    text-align: center
}

p {
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5em;
}

p.rule {
    margin-left: 10%;
    margin-right: 10%;
    line-height: 1.5em;
}

p.cnt {
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5em;
    text-align: center
}

p#ruledate {
    margin-left: 10%;
    margin-right: 10%;
    text-align: right;
    line-height: 1.5em;
}

ol.rulesub {
    margin-left: 20%;
    margin-right: 20%;
}

ul {
    text-align: center
    list-style-type: none;
}

a:link {
    color: #0000FF;
    background-color: transparent;
    text-decoration: none
}

a:visited {
    color: #000080;
    background-color: transparent;
    text-decoration: none
}

a:hover {
    color: #FF0080;
    background-color: #FFCCCC;
    text-decoration: none
}

a:active {
    color: #FF0000;
    background-color: transparent;
    text-decoration: none
}

p.footer {
    text-align: center;
    font-size: small;
}

p.emp {
    text-align: center;
    font-weight: bold
}

p.navi {
    text-align: center;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    background-color: #ddffcc;
}

div#q {
    border-top: 1px solid green;
    border-bottom: 1px solid green;
    margin-left: 20%;
    margin-right: 20%;
}

p.info { 
    margin-left: 20%;
    margin-right: 20%;
    text-align: center;
    font-size: x-large;
    font-weight: bold;
}