/********************************/
/* Iset Institute Stylesheet    */      
/********************************/

h1 { color: #800080;
     font-family: georgia;
     font-size: xx-large;
     text-align: center;
     font-weight: bold;
     color: black;
   }
h2 { color: #800080;
     font-family: georgia;
     font-size: x-large;
     font-weight: bold;
     color: purple;
   }
h3 { color: green;
     font-family: georgia;
     font-size: large;
     font-weight: bold;
     color: red;
   }
h4 { color: grey;
     font-family: georgia;
     font-size: medium;
     font-weight: bold;
     color: purple;
   }
h5 { color: grey;
     font-family: verdana;
     font-size: small;
     font-style: italic;
     font-weight: bold;
     color: black;
   }

p { font-family: verdana; 
    font-size: small;
    color: black;
}

#navlinks a { text-decoration: none }

#puz_msg {
          font-size: 20px;
          padding-top: 30px; 
          text-align: center;
          font-family: arial;
          font-weight: bold
         }

