body {
  font-family: sans-serif;
  font-size: normal;
}

a:link, a:visited, a:active {
  color: red;
  text-decoration: none;
}
a:hover {
  color: red;
  text-decoration: underline;
}
 a:active {
  color: red;
  text-decoration: none;
}

h1.about {
   font-size: 18pt;
   font-weight: bold;
   text-align: center;
}

h2.about {
  font-weight: normal;
  font-size:14pt;
}
.RPpagedecoration {
     float: right;
     max-width:30%;
     height: auto;
}