body{
   font-family: times new roman, tahoma, arial;
   background-color: #B690DA;
   margin: 5px;
}
a  {
   text-decoration: underline;
   color: #643493;
   font-size: 10pt;
} 
a:hover{
   text-decoration: underline overline;
   color: #F3EE54;
   font-size: 10pt;
}
h1 {
   font-size: 28pt;
   color: #643493;
   margin-bottom: 1px;
}