
BODY {
  margin: 0px;
  background:url(../images/body_back.jpg);
  background-color:551159;
  background-repeat:repeat-x;
}

.standard {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  margin-top: 40px;
  margin-left: 53px;
  margin-bottom: 10px;
  margin-right: 53px;
  font-size: 10px;
  color: #000000;
}
		
.standard b {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #992f9a;
}
		
.standard h1 {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #992f9a;
}
	
.standard a:link {
  color:791a7a;
  text-decoration  : none;
}

.standard a:visited {
  color:791a7a;
  text-decoration  : none;
}

.standard a:active {
  color:791a7a;
  text-decoration  : none;
}

.standard a:hover {
  color:791a7a;
  text-decoration  : underline;
 
}

.bottom {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #ffffff;
}

.bottom a:link {
  color:ffffff;
  text-decoration  : none;
}

.bottom a:visited {
  color:ffffff;
  text-decoration  : none;
}

.bottom a:active {
  color:ffffff;
  text-decoration  : none;
}

.bottom a:hover {
  color:ffffff;
  text-decoration  : underline;
 
}