BODY {
 color: #aaaaaa;
 background-color: #ffffff;
 font-family: helvetica, arial, sans-serif;
 font-size: 125%;
 font-weight: bold;
 text-align: center;
 margin: 20%;
 }
 
P }
 color: #aaaaaa;
 background-color: #ffffff;
 font-family: helvetica, arial, sans-serif;
 font-weight: bold;
 text-align: center;
 }
 
A:link {
 background-color: #ffffff;
 color: #339933;
 text-decoration: none;
 font-weight: bold;
 font-size: 150%;
 }

A:active {
 background-color: #ffffff;
 color: #006633;
 font-weight: bold;
 font-size: 150%;
 }
 
A:visited {
 background-color: #ffffff;
 color: #006633;
 text-decoration: none;
 font-weight: bold;
 font-size: 150%;
 }

A:hover  {
 background-color: #ffffff;
 font-weight: bold;
 color: #339933;
 text-decoration: underline;
 font-size: 150%;
 }