table
{
border-collapse:
}

body
{

 background-image: url("556a.jpg");/* A small background image to not have a nasty white background. :p */
 background-repeat:no-repeat;
 background-attachment: fixed;
 background-position: center;
 font-family:kudasai,verdana;
 font-size: 25px;
 
 }

 a
{
  color:white;
  font-size:20px;
  text-decoration:none;
 }
 
 a img
 {
 border:none;
 }
 
 a:hover, a:focus
 {
 color: red;
}
 
 a:active
 {
 background-color: green;
 }


