@font-face { font-family: verdana;
             src:         url(./verdana.ttf);
           }

body { scrollbar-face-color:       #93B9DF;
       scrollbar-highlight-color:  #93B9DF;
       scrollbar-shadow-color:     #93B9DF;
       scrollbar-3dlight-color:    #93B9DF;
       scrollbar-arrow-color:      #0000FF;
       scrollbar-track-color:      #93B9DF;
       scrollbar-darkshadow-color: #93B9DF;
       background-color:           #93B9DF;
       color:                      #0000FF;
       font-family:                verdana;
      }

a:link { color:           #817339;
         font-weight:     bold;
         text-decoration: none;
       }

a:visited { color:           #817339;
            font-weight:     bold;
            text-decoration: none;
  	  }

a:active { color:           #817339;
           font-weight:     bold;
           text-decoration: none;
	 }

h1 { font-size:     18px;
     font-style:    bold;
     color:         #1F5124;
     line-height:   150%;
     margin-top:    1cm;
     margin-bottom: 1cm;
     text-align:    center;
   }

h2 { font-size:     15px;
     font-style:    normal;
     line-height:   150%;
     margin-top:    1cm;
     margin-bottom: 1cm;
     text-align:    center;
     color:         #7D053F;
   }

h3 { font-size:     14px;
     font-style:    normal;
     line-height:   150%;
     margin-top:    1cm;
     margin-bottom: 1cm;
     text-align:    center;
     color:         #D13C00;
   }

p { line-height: 150%;
    font-size:   12px;
  }

ol { list-style-type: decimal;
     font-size:       12px;
     line-height:     150%;
     text-align:      justify;
     font-family:     verdana;
   }

ul { list-style-type: disc;
     font-size:       12px;
     line-height:     150%;
     text-align:      justify;
     font-family:     verdana;
   }

ul.sq { list-style-type: square;
        font-size:       12px;
        line-height:     150%;
        text-align:      justify;
        font-family:     verdana;
      }

ul.cc { list-style-type: circle;
        font-size:       12px;
        line-height:     150%;
        text-align:      justify;
        font-family:     verdana;
      }

hr { margin-top:    16px;
     margin-bottom: 16px;
   }
