/* unvisited link */
a:link {
  color: grey !important;
  text-decoration:none;
}

/* visited link */
a:visited {
  color: grey !important;
    text-decoration:none;
}

/* mouse over link */
a:hover {
  color: grey !important;
    text-decoration:none;
}

/* selected link */
a:active {
  color: grey !important;
    text-decoration:none;
}

.bglogo{
    background: url("images/logo17op.png") ;
      background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

.width-100{
    width:100%;
    height:auto;
}
.rotate:hover{
transform: rotate(20deg);
}
.rotater-ibarelyknowherboom:hover{
transform: rotate(-20deg);
}



