body{
    background:#f6f6f6;
    font-size:16px;
    line-height:24px
}
a,body{
    color:#333
}
a .icon{
    line-height:1.428571429
}
a:hover .icon{
    text-decoration:none
}
button{
    outline:0
}
h1,h2,h3,h4,h5,h6{
    margin:0 0 18px;
    font-weight:400
}
p{
    margin:0 0 20px
}
strong{
    font-weight:700
}
.page{
    padding:25px
}

a:link {
  color: #3366CC;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #551A8B;
  background-color: transparent;
  text-decoration: none;
}

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

a:active {
  color: #0000EE;
  background-color: transparent;
  text-decoration: underline;
}
