@import "contents.css";

body {
  background-color:#000000;
  background-image: url(../images/41.gif);
  background-repeat: repeat-x;
}
html,h1,h2,h3,h4,h5,h6,p,div,form,ul,ol,dl,dt,dd {
  font-size:13px;
  color:white;
  line-height:130%;
}
li {
  list-style: none;
}
.clear {
  clear:both;
}
.red {
  color:red;
}
.blue {
  color:blue;
}
.orange {
  color:orange;
}
.white{
  color:#ffffff;
}
.nolink
{
  text-decoration:none;
}



