A {
text-decoration: none;
color: red;
font-weight: normal;
font-family: "Verdana",  "Arial", "Helvetica";
font-size: 8pt;
font-weight: bold;
}
A:active {
                 color: red;
		 font-weight: bold;
		 }
A:visited {
		  color: red;
		  }
A:hover {
                color: yellow;
		}
P {
color: black;
font-family: "Verdana", "Arial", "Helvetica";
font-size: 8pt;
}
