A{
  text-decoration : none;
}
A:hover{
  text-decoration:underline
}
A:link{
  color : #66cc99;
}
A:visited{
  color : #666666;
}
A.menu:visited{
  !important;
  color : #66cc99;
}

.title{
  font-weight : bold;
  line-height : 140%;
  color : #6699ff;
  background-color : #000000;
}

.main{
  width : 48%;
}

.footer{
  line-height : 130%;
  text-align : right;
  margin-right : 50%;
}

HR{
  color : #3399ff;
  amargin-top : -5px;
  amargin-bottom : -5px;
  height : 1px;
  border : 0px;
}

.rightalign{
  text-align : right;
  !important;
}


HR.short{
  width : 80%
}

HR.simple{
  !important;
  margin-bottom : 3px;
  text-align: left;
  width: 45%;
}

P{
  margin-top : 1px;
  margin-left : 1ex;
  margin-right : 1px;
  margin-bottom : 1px;
  vertical-align : bottom;
  line-height : 125%;
}


BODY{
  background-color : #000000;
  color : #9999cc;
}

img{
  border : 0px;
  }

