* {
    margin: 0;
    padding: 0;
}

a {
    outline: none;
}

html {
    margin-bottom: 1px;
}

html,
body {
    height: 100%;
}

body {
    background-color: #000;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 75%;  /** See IEstyle.css **/
}

#container {
    width: 400px;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
    background-color: inherit;
    text-align: center;
}

p a:link,
p a:visited,
p a:hover,
p a:active {
    color: #fff;
    font-weight: bold;
    font-size: 1.8em;
    padding-top: 150px;
    display: block;
    text-decoration: none;
    outline: none;
}

p span {
    font-size: 1.8em;
}

p a:hover span {
    color: #408aab;
}

p a.tohome {
    font-weight: normal;
    font-size: 1em;
    padding-top: 0;
    display: inline;
}

p a.tohome span {
    font-size: 1.2em;
}

