body { background: url("./rindou5.gif") navy;
    color: #ccf }
h1 { font-style: italic;
    font-weight: normal;
    font-size: 3em;
    font-family: cursive;
    text-align: center;
    text-decoration: underline overline;
    margin: 1em }
p { background : #ccf;
    color: navy;
    font-weight: bold;
    line-height: 1.5;
    font-family: serif;
    text-indent:1em;
    letter-spacing: 0.2em;
    margin: 1em 5%;
    padding: 1em 2em }
address { font-style: normal;
    font-variant: small-caps;
    font-weight: bold;
    font-size: 0.9em;
    line-height: 1;
    font-family: monospace;
    text-align: right;
    margin: 2em 5% 1em }
a:link, a:visited { text-decoration: underline }
a:link { color: #0ff }
a:visited { color: red }
a:hover { color: #ccf; background: navy;
    text-decoration: none }
p a:link, p a:visited { text-decoration: underline }
p a:link { color: navy }
p a:visited { color: maroon }
p a:hover { color: #ccf; background: navy;
	text-decoration: none }
