A:link {
      color : white; text-decoration: none;
      font-family: "Times New Roman";
      }

A:visited {
      color : white; text-decoration: none;
      font-family: "Times New Roman";
      }

A:active {
      color : white; font-weight: bold;
      font-family: "Times New Roman";
      }

A:hover {
      color : red; font-weight: bold;
      font-family: "Times New Roman";
      }

body  {
      margin: 0;
      padding: 0;
      font-family: "Times New Roman";
      }

@font-face {
      font-family: "Times New Roman";
      }

.hebrew { 
      font-family: "Times New Roman";
      }

#left {
      position : fixed;
      top: 0px;                  
      left: 0px;
      width: 15%;
      height: 100%;
      font-family:'Arial';
      font-size : 80%;
      margin-top: 0px;
      margin-bottom: 0px;
      margin-left: 0px;
      margin-right: 0px;
      border-width: 0px;
      background-color : #003366;
      color : white;
      padding-left : 20px;
      padding-top : 20px;
      }

#right {
      position: absolute;
      left : 16%;
      top: 0px;
      background-color : #ffffff;
      font-size : 90%;
      height: 100%;
      width: 50%;
      padding-left : 20px;
      padding-top : 20px;
      color: black;
      }

#image {
      position : fixed;
      top: 0px;
      right: 0px;
      width: 30%;
      height: 100%;
      font-family:'Arial';
      font-size : 90%;
      margin-top: 0px;
      margin-bottom: 0px;
      margin-left: 0px;
      margin-right: 0px;
      border-width: 0px;
      text-align : center;
      }

.extra_indent {
      padding-left : 100px;
      }

.adres {
      padding-left : 70px;
      font-size : 80%;
      }

.paragraaf {
      font-weight: bold;
      }
         
.centreren {
      font-weight: bold;
      text-align : center;
      }
         
.black {
      color: black;
      font-size : 90%;
      } 
      
.indented
      {
      padding-left: 50px;
      }