body
{

background-image: url("481a.jpg");/* A small background image to not have a nasty white background. :p */
background-repeat:no-repeat;
background-attachment: fixed;
background-position: center;
width: auto;
height:auto;
margin: auto; /* To center the page */
margin-top: 20px; /* To keep off upper window limit.  */
margin-bottom: 20px;    /* Same for lower limit*/
}

h1
{
font-family:kudasai,arial,papyrus,verdana,comic sans ms,sans-serif;
color:white
}
 a:hover, a:focus
 {
 color:red;
 }
 
 a
 {
 font-family:arial,papyrus,verdana,comic sans ms,sans-serif;
 color:white;
 font-size:18px;
 font-weight:;
 text-decoration:none;
 
 }
 






