html {
overflow-y: scroll;
}

body {
background-image : url(https://hitodama.arkku.net/indexbg.png);
background-repeat : repeat;
background-attachment : scroll;
background-position : 0 0;
background-color : #234857;
text-align : center;
}

h1 {
font-family : Verdana, "Lucida Grande", sans-serif;
font-size : 20px;
font-weight : bold;
color : #214353;
padding : 0 0 0 20px;
}

h2 {
font-family : Verdana, "Lucida Grande", sans-serif;
font-size : 14px;
color : #214353;
padding : 0 0 0 20px;
}

p {
font-family : Verdana, "Lucida Grande", sans-serif;
font-size : 14px;
color : #214353;
padding : 0 0 0 0;
}

a:link {
color : #559aba;
text-decoration : none;
}

a:visited {
color : #559aba;
text-decoration : none;
}

a:hover {
color : #87c2dd;
text-decoration : none;
}

a:active {
color : #87c2dd;
text-decoration : none;
}