/* Index CSS */

body    {
        font-family: "Gatineau", serif;
        margin-left: 2em;
        margin-right: 2em;
        color: #000000;
        background-color: #CCCCFF;
		text-align: center;
        }

h1		{ text-align: center; font-family: "Gatineau"; font-size: 300%; }

h2		{ text-align: center; font-family: "Gatineau", serif; font-size: 200%; }

h3		{ text-align: center; font-family: "Gatineau", serif; font-size: 150%; font-weight: bold; }

h3l		{ text-align: left; font-family: "Gatineau", serif; font-size: 150%; font-weight: bold; }

h4		{ text-align: center; font-family: "Gatineau", serif; font-size: 120%; font-weight: normal; }

h5		{ text-align: center; font-family: "Courier New", serif; font-size: 80%; font-weight: normal; }

p       {
        text-align: justify;
        font-size: 1.25em;
        }

p.centred {
		text-align: center
		}

/* Anchors */

a.gctitle { font-size: 20px; color: #00492A; font-family: Tahoma, Verdana, Arial, helvetica, Sans-Serif; font-weight: bold;TEXT-DECORATION: none; }

a:link  {
        color: #0000ff;
        /* bgcolor: #ffffff; */
        text-decoration: underline;
        }

a:active {
        color: #ff0000;
        /* bgcolor: #ffffff; */
        text-decoration: underline;
        }


a:visited {
        color: #990099;
        /* bgcolor: #ffffff; */
        text-decoration: underline;
        }

a.offsite:link { /* this doesn't work on Mac */
        color: green;
        /* bgcolor: #ffffff; */
        text-decoration: underline;
        }

a.gctitle:link, a.gctitle:visited { color: #00492A; }


.gctext { font-size: 12px; color: #006c7b; font-family: Tahoma, Verdana, Arial, helvetica, Sans-Serif; text-decoration:none; }


.larger {
	font-size: larger;
	}

.time-stamp {
	text-align: center;
	font-size: 100%;
	font-style: italic;
	}

.centred {
	text-align: center;
	font-size: 120%;
	}

/* Lists */

ul.disc {
	list-style-type: disc;
	list-style-position: outside;
	}

ul.circle {list-style-type: circle}

ul.square {list-style-type: square}

ul.none {list-style-type: none}

/* Images */

img.left {
	float: left;
	padding: 12px;
}

	


