img
{
	border: none;
}
body {
  background-color : #000000;
  color : #000000;
  margin : 0px 0px 0px 0px;
}

A:link
{
  text-decoration: none;
  color : #FDDD13;
}
A:visited
{
  text-decoration: none;
  color : #FDDD13;
}
A:active
{
  text-decoration: none;
  color : #F00000;
}
A:hover
{
  text-decoration: none;
  color : #F00000;
}
#topnav {
  position : absolute;
  top : 0px;
  width : 100%;
  height : 75px;
  padding-top : 0px;
  padding-bottom : 0px;
  background-color : #000000;
  margin-right : 15px;
  text-align : center;
}

#content {
  position : absolute;
  left : 160px;
  top : 75px;
  font-family : metal lord, arial;
  color : #FFFFFF;
  padding-right : 50px;
}
#leftnav {
  position : absolute;
  top : 75px;
  width : 150px;
  height : 100%;
  padding-top: 0px;
  border-right : 2px solid #000;
  margin-right : 15px;
  padding-bottom : 20px;
  background-color : #000000;
}

INPUT {
background-color: #000000;
color: white;
font-family: metal lord, arial, verdana, ms sans serif;
font-weight: bold;
font-size: 12pt;
border : none;
}