
BODY
{
 background: white;
 color: black;
 margin-top: 10px;
 margin-bottom: 5px;
 margin-left: 100px;
 margin-right: 100px;
 
 font-family: "Arial", Helvetica, sans-serif;
 font-size: 16px;
 font-weight: normal;
 padding: 0px
}

/* hyperlinks <a></a> */
A:link          {color:#191970; text-decoration: none}
A:visited       {color:#191970; text-decoration: none}
A:active        {color:#191970; text-decoration: none}
A:hover         {color:blue; text-decoration: none}
