body, p, ul, ol, li, h1, h2, h3, h4, h5, h6, table, td {
	color : black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 100%;
}

body, p, ul, ol, li {
	margin-left : 10px;
}

body {
	margin-right : 10px;
	margin-bottom : auto;
	background-color : #ffffff;
   background-image : url(bg2.gif);
   background-attachment : scroll;
   background-repeat : no-repeat;
}

pre, tt {
	font-family : "Andale Mono", "Courier New", Courier, monospace;
	font-size : 100%;
	color : black;
}

/* headers */

h1, h2, h3, h4, h5, h6 { font-weight : bold; }
h1 { font-size : 150%;}
h2 { font-size : 135%;}
h3 { font-size : 110%;}
h4 { font-size : 100%;}
h5, h6 { font-size : 90%;}

/* links */

a {text-decoration : none;}
a:link {color : blue;}
a:visited {color : purple;}
a:active {color : red;}
a:hover {color : #800000;}

/* colours */

.colmar {color : #75001A; font-weight : bold;}
.colblu {color : #0D235C; font-weight : bold;}
.coltan {color : #EFA341; font-weight : bold;}
.colgam {color : #5D5C1B; font-weight : bold;}
.coldhr {color : #235EA2; font-weight : bold;}
.colmgr {color : #04480B; font-weight : bold;}
.coldgr {color : #002A12; font-weight : bold;}
.colblk {color : #000000; font-weight : bold;}
.colbro {color : #A05000; font-weight : bold;}
.colgry {color : #999999; font-weight : bold;}

