<style>
body {
font-size: 100%;
background-color:white;
}
h1 {
font-size: 18px;
color:#333399;
}
h2 {
font-size: 18px;
}
h3 {
font-size: 18px;
}
h4 {
font-size: 11px;
}
p {
font-size: 18px;
}
a {
font-size: 18px;
}
a:link {
color: grey;
text-decoration: none;
}
a:visited {
background-color:purple;
text-decoration: none;
}
a:hover {
color:purple;
text-decoration: BOLD;
text-decoration: underline;
}
a:active {
color:purple;
text-decoration: underline;
}

@media only screen and (max-width: 767px) { 
       .content-to-hide {
      display: none;
   }
}
</style>