body {
     background-color: #000000;
     background-image: url('mainbackground.jpg');
}

A:hover{
  text-decoration : underline;
  background      : transparent;
  font-family : Arial;
  font-weight : bold;
  font-size : 100%;
  color : #FFFFFF;

}

.noline{
 	font-family : Arial;
 	font-style : normal;
 	text-decoration : none;
 }

.black{
 	font-family : Arial;
 	font-style : normal;
          color : #000000;
 	text-decoration : none;
A:link{
  text-decoration : none;
  color           : #000000;
  background      : transparent;
 }}

.white{
 	font-family : Arial;
 	font-style : normal;
          color : #FFFFFF;
 	text-decoration : none;
A:link{
  text-decoration : none;
  color           : #FFFFFF;
  background      : transparent;
 }}

.red{
 	font-family : Arial;
 	font-style : normal;
          color : #FF0000;
 	text-decoration : none;
A:link{
  text-decoration : none;
  color           : #FF0000;
  background      : transparent;
 }}

.yellow{
 	font-family : Arial;
 	font-style : normal;
          color : #FFFF00;
 	text-decoration : none;
A:link{
  text-decoration : none;
  color           : #FFFF00;
  background      : transparent;
 }}

.blue{
 	font-family : Arial;
 	font-style : normal;
          color : #0000FF;
 	text-decoration : none;
A:link{
  text-decoration : none;
  color           : #0000FF;
  background      : transparent;
 }}

.green{
 	font-family : Arial;
 	font-style : normal;
          color : #00FF66;
 	text-decoration : none;
A:link{
  text-decoration : none;
  color           : #00FF66;
  background      : transparent;
}}
