/*
Hotaru no Hikari - supplemental file, layout_index cascading style sheet
styles for index.html
*/

/*
General Page Style
*/

body {
      background-image: url(./images/background.png);
      background-attachment: fixed;
      background-repeat: repeat;
      background-position: center center;
      color: #FFFFFF;
      }

a:link {
        color: #008000;
        }

a:active {
          color: #FF0000;
          }

a:visited {
           color: #008000;
           }

a.wiki:link {
             color: #FFFF00;
				 }
	 
a.wiki:visited {
                color: #FFFF00;
				    }

/*
Layout and Division Styles
*/

div.content {
             text-align: center;
             }


div.navstrip {
              text-align: center;
              }
				  
/*
Specific Styles
*/

p.enter {
         font-size: xx-large;
			text-decoration: underline;
         }

p.intro {
         font-size: large;
         }

/*
<-FEAR-W
120k.ca
*/