h1 {color: white; 
    font-size: 17px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: normal;}

h2 {color: white;
    font-size: 16px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: normal;}

body {background-color: #51727E;
      scrollbar-face-color: #C0C0FF; 
      scrollbar-shadow-color: #3A3BB1; 
      scrollbar-highlight-color: #E4E8FD; 
      scrollbar-3dlight-color: #CECFFF; 
      scrollbar-darkshadow-color: #080818; 
      scrollbar-track-color: #C0C0C0; 
      scrollbar-arrow-color: #3A3BB1;
      color: white;
      font-size: 11;
      font-family: Helvetica, Arial, sans-serif;
      font-weight: normal;
      font-style:normal;}

p {font-size: 11;
   font-family: Helvetica, Arial, sans-serif;
   font-weight: normal;
   font-style: normal;}

p.small {font-size: 10;
        font-family: Helvetica, Arial, sans-serif;
        font-weight: normal;
        font-style: normal;}

p.margin {margin-left: 2cm}

A:link {color: #C6EFF7; text-decoration: none;}
A:visited {color: #63C6DE; text-decoration: none;}
A:hover {color: red; text-decoration: none;}
A:active {color: #FF3118; text-decoration: none;}