        * {
            font-family : sans-serif;
        }
        
        body {
                /*
                background-position: top left;
                background-attachment: fixed;
                background-repeat: no-repeat;
                background-image: url(irit.png);
                */
        }
        
        #irit * {
            border : 0px;
        }
        
        img, a {
            border : 0px;
        }
        
        div#menu {
/*            width = 20%;
            width : 150px;*/
            position : relative; 
            left : 15%; 
            width : 80%; 
            min-width : 600px;           
            padding: 0px; 
            margin: 0px;
        }
        div#menu ul {
            list-style-type : none; 
            width : 100%; 
            opacity : 0.8;
            height : 50px;  
            padding: 0px; 
            margin-left: 2%;
        }
        div#menu li { 
            float : left; 
            width: 24%; 
            height: 100%; 
            background-color: #c85000; 
            font : sans-serif 14pt; 
            text-decoration : bold; 
            text-align : center; 
            border: solid 1px; 
        }
        div#menu li:hover {         
            background-color: #D86000; 
        }
        #menu p {
            padding : 0px;
            margin : 0px;
            position : relative;
            top : 35%;
        }
        div#menu a:link, div#menu a:visited { 
            font-family : sans-serif ; 
            text-decoration : none;  
            font-weight : bold;  
            color : white; 
        }
        



        div#body {
            position : relative; 
            left : 15%;
            width : 80%; 
            min-width : 600px;
            padding-top: 0px; 
            font-size : 80%
        }
        #body h1 {
                font-size : 140%;
                /*text-align : center;*/
        }
        #body h2 {
                font-size : 120%;
        }
        #body a:link, #body a:visited {
            text-decoration : none;
            color : darkblue;
        }
        #body a:link:hover, #body a:visited:hover {
                background-color : yellow;
        }
        #body dt { 
                display: compact;  
                padding-left:20px;
            }
          #body dd { margin-left: 4em }
          #body dd p {
            margin : 0px;
            padding : 2px ;
          }
          
          .em {
           font-style : italic;
          }
        
        ul.spaced {
          list-style-type: none; 
          padding-left:20px;"
        }
      
        ul.spaced > li {
            padding-top : 10px;
        }

