@charset "UTF-8";
@import "layout.css";
@import "navigation.css";

body
{
  margin: 0px;
  font-size: smaller;
  font-family: verdana, arial, sans;
  background-color: #000;
  background-image: url("../images/bg.jpg");
  background-attachment: fixed;
  color: #fff;
}

img
{
  border: none;
}

a
{
  font-weight: bold;
  color: #aaa;
}

a:hover
{
  text-decoration: underline;
}