body {
     font-size: 15pt;
     font-family: Arial, sans-serif;
     color: black;
     background: url(../Icons/bg.jpg);
     text-align: center;
     }

h1 {
     font-size: 21pt;
     font-weight: bold;
     color: black;
     text-align: center;
     }h2 {
     font-size: 18pt;
     font-weight: bold;
     color: black;
     text-align: center;
     }
h3 {
     font-size: 15pt;
     font-weight: bold;
     color: black;
     text-align: center;
     }
td {
     font-size: 15pt;
     font-family: Arial, sans-serif;
     text-align: left;
     }a {
     text-decoration: none;
     color: black;
     }

a:link {
     text-decoration: underline;
     color: black;
     }

a:visited {
     text-decoration: underline;
     color: gray;
     }

a:active {
     text-decoration: none;
     color: red;
     }

