a:link {
    color           : #00f;
}

a:visited {
    color           : #900;
}

a:active {
    color           : #f00;
}

a:hover {
    color           : #06c;
}

body {
    background-color: #fffff0;
    color           : #000;
}

address {
    text-align      : left;
    margin          : 3px 1em;
    font-size       : 0.9em;
    font-style      : italic;
}

form {
    margin          : 0;
}

h1 {
    margin          : 0px;
    color           : #000;
    font-size       : 2em;
    font-weight     : bold;
    text-indent     : 1em;
    text-align      : left;
    padding         : 0.2em;
    width           : 95%;

    filter:
        shadow(
            color       = #cccccc,
            direction   = 135
        );
}

p.name{
    margin          : 0px;
    color           : #000;
    font-size       : 1em;
    text-indent     : 2em;
    text-align      : left;
    padding         : 0.2em;
}

p.zokusei{
    border-style    : solid;
    border-color    : #aaf;
    background      : #aaf;
    margin          : 0px;
    color           : #000;
    font-size       : 1.2em;
    text-indent     : 0.5em;
    text-align      : left;
    margin          : 0.5em 30% 0.5em 0;
}
p.red{
    text-indent     : 0em;
    color           : #f00;
    margin          : 0;
}
