 Body  { 
 	  background-color:  #FFFFFF;
 	  font-family:	arial, sans-serif;
 	  color:		#005e9d;
 }
 
 

 P.newlink  { 
 	margin-left:	8;
 	margin-right:	8;
 	text-align:	justify;
 	color:		#005e9d;
 	font-size:	13px;
 	font-family:	arial, sans-serif;
 }
 
 
 A:link {
          color: red;
          text-decoration: none;
 }

 A:active {
            color: red;
            text-decoration: none;
            background: #FFFF00;
 }

 A:visited {
            color: red;
            text-decoration: none;
            background: transparent;
 }

 A:hover {
          color: red;
          text-decoration: none;
          background: transparent;
 }

 A.newlink:link {
                 color: #FDFF0A; 
 }

 A.newlink:active {
                   color: #FDFF0A;
 }

 A.newlink:visited {
                    color: #FDFF0A;
 }

 A.newlink:hover {
                  color: red;
 }

P.glink  { 
 	margin-left:	8;
 	margin-right:	8;
 	color:		#005e9d;
 	font-size:	13px;
 	font-family:	arial, sans-serif;
 }

 A.glink:link {
                 color: #005e9d; 
 }

 A.glink:active {
                   color: #005e9d;
 }

 A.glink:visited {
                    color: #005e9d;
 }

 A.glink:hover {
                  color: red;
 }
