@import url(layout.css);

body {
    /* background */
    background-attachment:fixed;
    background-color:#FFFFFF;
    background-position:right top;
    background-repeat:no-repeat;
    /* font */
    font-family:Verdana, Geneva, sans-serif;
    font-size:0.75em;
    /* margin */
    margin:0px;
    /* text */
    color:#404040;
}

a:link, a:visited {
    /* text */
    color:#CC3300;
    text-decoration:none;
}

a:hover, a:active, a:focus {
    /* text */
    color:#404040;
    text-decoration:underline;
}

acronym {
    font-weight:bold; /* font */
    cursor:help; /* positioning */
}

h1, h3 {
    color:#505050; /* text */
}

p {
    margin-top:0px; /* margin */
    line-height:2em; /* text */
}

