
BODY {
  background: red;
  color: #000000;
  margin: 0px;
}

/*
A {
	color: #2A7FFF;
    text-decoration: none;
}

A:hover {
  color: White;
   text-decoration: underline;
}
*/
A {
	color: blue;
	text-decoration: underline;
}


A:hover {
  color: red;
   text-decoration: underline;
}

.navigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight : bold;
  color: #FFFFAE;
}

A.navigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight : bold;
  color: #FFFFAE;
}

A.navigation:hover {
  color: blue;
   text-decoration: underline;

}

.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 8px;
  font-weight : bold;
  color: black;
}




