body {
  background-image:url(http://anime-fanservice.org/background.jpg);
  background-repeat:repeat;
  text-align:left;
  font-size:16px;
  margin:15px 20px 15px 250px;  <-- for menu experiment!

  }


div.centered 
{
text-align: center;
}
div.centered table 
{
margin: 0 auto; 
text-align: center;
}


P.largetext {text-align: center; font-size: 25px;}

P.smalltext {text-align: left; font-size: 10px;}


A:link
{ text-decoration:none; color:SlateBlue; font-weight:normal;
}
A:visited
{ text-decoration:none; color:DarkRed; 
}
A:active
{ text-decoration:none; color:purple; 
}
A:hover
{ text-decoration:none; color:green; font-weight:bold;
}
