/*
 * Australian Intervarsity Choral Societies Association
 *
 * Primary Style-sheet
 * Id: $Id: aicsa.css,v 1.2 2002-10-02 08:59:34 bjdean Exp $
 *
 * Created: 2nd April, 2001
 * Author: Bradley Dean (AICSA Secretary)
 *
 */

/*** Main body ***/
  body {
    color: black;
    background-color: #FFFFFF;
    margin-top: 0.5cm;
    margin-left: 0.5cm;
    margin-right: 0.5cm;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 10pt;
    text-align: justify;
  }

/*** Text blocks ***/
  p {
    margin-left: 0.5cm;
    margin-right: 0.5cm;
  }

  .footer p {
    color: #0000FF;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 8pt;
    text-align: center;
  }

  h1, h2, h3, h4, h5, h6 {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #0000FF;
    text-align: center;
    }

  h1 {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    font-weight: bolder;
    font-size: 24pt;
    }

  h2 {
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    font-size: 14pt;
    }

  h3 {
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    font-size: 12pt;
    }

  h4 {
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    font-size: 10pt;
    text-align: left;
    }

/*** Images ***/
  img {
    border-style: none;
  }

/*** Spans ***/

/*** Links ***/
  a:link {
    color: #000000;  
  }

  a:visited {
    color: #000000;  
  }

  .footer a:link {
    color: #0000FF;
  }

  .footer a:visited {
    color: #0000FF;  
  }

/*** Tables ***/
  table {
    table-layout: auto;
  }

  td {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 10pt;
  }
