body
{
background-color: RGB(385,162,0);

margin: auto; /* To center the page */
width: auto;
height:auto;
margin-left:30px;
margin-right:30px;
margin-top: 20px; /* To keep off upper window limit.  */
margin-bottom: 20px;    /* Same for lower limit*/
}
 

a:hover, a:focus
 {
 color: red;

}

text:
{
font-family:kudasai,verdana
}

a
{
text-decoration:none;
color:black;

