@import url(https://fonts.googleapis.com/css?family=Gloria+Hallelujah);

.post-it {
/*    background:#FFFF28;*/
    padding: 15px;
    font-family: "Gloria Hallelujah";

    font-size: 18px;
    line-height: 1.3em;

/*    color: #000000; */
    width: 200px;

    -moz-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    -o-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg);
/*
    box-shadow: 0px 4px 6px #333;
    -moz-box-shadow: 0px 4px 6px #333;
    -webkit-box-shadow: 0px 4px 6px #333;
*/
}

.post-it-top-right {
    position: fixed;
    top: 100px;
    right: 10px;
    z-index: 9999999;
}

a:link {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: black;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: black;
  background-color: transparent;
  text-decoration: underline;
}