/*
 * Cascaded Style Sheet
 *
 * John Papandriopoulos <jpap at ee dot mu dot oz dot au>
 *
 */


/**
 ** Document content styles
 **/

h1, h2, h3 {
   color: #333399;
}

h1 {
   font-size: 24pt;
}

h2 {
   font-size: 16pt;
}

h3 {
   font-size: 14pt;
}
