!h1	{font-family: "comic sans MS", arial, sans-serif;}

a:link	{color: blue;}
a:visited	{color: purple;}
a:hover	{color: orange; font-style: italic;}

h1	{font: 20pt "comic sans MS", arial, sans-serif;}
h2	{font: 16pt "comic sans MS", arial, sans-serif;}
h3	{font: 14pt "comic sans MS", arial, sans-serif;}
h4	{font: 12pt "comic sans MS", arial, sans-serif;}
h5	{font: 10pt "comic sans MS", arial, sans-serif;}
h6	{font: 8pt "comic sans MS", arial, sans-serif;}
p	{font: 12pt "comic sans MS", arial, sans-serif;}
th	{font: 12pt "comic sans MS", arial, sans-serif;}
td	{font: 12pt "comic sans MS", arial, sans-serif;}

h1	{margin-top:0pt;margin-bottom:0pt;}
h2	{margin-top:0pt;margin-bottom:0pt;}
h3	{margin-top:0pt;margin-bottom:0pt;}
h4	{margin-top:0pt;margin-bottom:0pt;}
h5	{margin-top:0pt;margin-bottom:0pt;}
h6	{margin-top:0pt;margin-bottom:0pt;}
p	{margin-top:0pt;margin-bottom:0pt;}
th	{margin-top:0pt;margin-bottom:0pt;}
td	{margin-top:0pt;margin-bottom:0pt;}

h1	{text-align: center;}
h2	{text-align: center;}
h3	{text-align: center;}
h4	{text-align: center;}
h5	{text-align: center;}
h6	{text-align: center;}
p	{text-align: justify;}
th	{text-align: center;}
td	{text-align: center;}

span.color-red	{color:red;}

/* classes to be used to apply colour to text, etc */
.black	{color:#000000;}
.red	{color:#FF0000;}
.blue	{color:#0000FF;}
.purple	{color:#660099;}
.gold	{color:#f2c205;}
.green	{color:#008000;}
.navy	{color:#000080;}
.yellow	{color:#FFFF00;}
.white	{color:#FFFFFF;}
.maroon	{color:#800000;}