/*
    eyehack.com official colours :D
    
    #f2f1e9 off-white
    #f2380f ORANJE!!
    #8c1004 dark red
    #a69668 greyish
    #402e0c brown
*/
html {
    background-color: #fff;
}
body {
    font-family: Georgia, Times New Roman, Serif;
    background-color: #fff;
    margin-top: 230px;
    color: #402e0c;
}
a:link,
a:visited {
    font-size: 77%;
    color: #8c1004;
    text-decoration: none;
}
a:hover {
    color: #f2380f;
}
#warp {
    width: 100%;
    text-align: center;
}
#warp p {
    margin: 15px 0;
    font-size: 138.5%;
    line-height: 1.4em;
}
#warp p.maul {
    font-size: 116%;
}