 /* 外部スタイルシート */
/*　visitedは#3399ccがやるならましかも　*/


H1 { background-color: #663399; }

p { font-size: 1.1em;
    line-height: 1.3;
    font-family: "Verdana", "ＭＳ ゴシック" }

BODY {
 background-color: black
 font-color: #00ffcc
 font-family: sans-serif } 



a:link {
text-decoration:underline;
background-color :black;
color:#00ffcc;
}
a:visited {
text-decoration:underline;
color:#00ffcc;
}
a:active {
text-decoration:underline;
color:#00ffcc;
}
a:hover {
text-decoration:underline;
background-color :black;
color:#00ffcc;
}
