/*
    Style sheet for the start page only
    Modified: 09/06/2025
*/

body {
      color: #FFFFFF;
      background-color: #000000;
      text-align: center;
   }

p, table, address {
      font-family: NotoSansV;
      line-height: 1.2;
   }

a:link, a:visited, a:hover {
      color: #80C0FF;
      text-decoration:none;
   }

address {
      margin-top: 48pt;
   }

table {
      border: none;
   }

th, td {
      font-size: 12pt;
      text-align: center;
   }

@font-face {
  font-family: 'NotoSansV';
  font-style: normal;
  src: local('NotoSansV'), 
       url('Fonts/NotoSansV.woff') format('woff');
}
