body
    {
      color:#000000;
    }

    a:link {
        color:#000000;
        text-decoration:underline;
      }

    a:visited {
        color:#000000;
        text-decoration:underline;
      }
    a:focus {
        color:#0A4585;
        text-decoration:underline;
      }

    a:hover {
        color:#0A4585;
        text-decoration:none;
      }
	
    a:active {
        color:#000000;
        text-decoration:underline;
      }

    li {
	font-family: "Times New Roman, Helvetica, serif";
	font-size: 14px;
        list-style-type:none 
     }

    .tag {
      background-color:#EFE061;
      font-weight: bold;
      list-style-type:none 
     }
