body {
  font-family: "Trebuchet MS", "Arial", sans-serif;
  color: #fff;
	background: #222;
  width: 800px;
  margin: auto;
}

article {
  margin:none;
  padding-left: 5px;
  padding-right: 5px;
}

nav{
  margin: none;
  padding: 5px;
}

nav.header{
  background: linear-gradient(to bottom, #8e8e8e, #222);
}

nav.footer{
  background: linear-gradient(to top, #8e8e8e, #222);
}

header {
  background: #8e8e8e url("/img/head2.jpg") no-repeat left top; 
  height: 85px;
}

footer {
  background: #8e8e8e; 
}

img {
  width: 495px;
}

hr {
  border: none;
  background: #888;
  height: 1px;
}

a:link {color:#66ffff;text-decoration:none;}
a:visited {color:#ffff66;text-decoration:none;}
a:hover {color:#ff66ff;text-decoration:none;}
a:active {color:#66ff66;text-decoration:none;}
