body {
    background-color: #CCC;
}

h1 {
    font-family: fantasy;
}

li li {
    color: red;
    font-size: 80%;
    font-style: italic;
}

p {
    font-variant: small-caps;
    font-size: 140%;
}

#index h1 {
    color: white;
    background-color: black;
}

#psg h1 {
    color: blue;
    background-color: red;
}

#asm h1 {
    color: white;
    background-color: red;
}

a {
    color:#088;
    font-weight: bold;
}
a:visited,a:active {
    color:#044;
}