

p {
    font-family: Bitstream Vera Sans, Verdana, Arial;
    color: #500096;
  }

  }

li {
    font-family: Bitstream Vera Sans, Verdana, Arial;
  }


hr {
    color : #500096;
    height : 5em;
  }


body {
    background-color: #ffc0c0;
  }


a:link {
    color: #0000ff;
  }


a:visited {
    color: #66ffff;
  }


a:hover {
    color: #FF0000;
    font-weight: bold;
    transition: all .3s linear;    -o-transition: all .3s linear; -moz-transition: all .3s linear;   -webkit-transition: all .3s linear;

  }


a:active {
    color: #FF277A;
  }

