H1, H2, H3, H4, H5, H6
{ text-align: left; 
font-family: myriad, Ariel, 'Gill Sans', sans-serif; 
font-style: normal }

H1 { font-size: 10pt;  color: #ffffff} /*pure white small text*/
H2 { font-size: 16pt;  color: #ffff00} /*strong yellow large header - is this used?*/
H3 { font-size: 10pt;  color: #ffffff} /*pure white* - "All things dramatic, filmic and St Ursulaic!"/
H4 { font-size: 10pt;  color: #ffff00} /*strong yellow - smaller links unless inline*/
H5 { font-size: 12pt;  color: #ffff00} /*strong yellow - links unless inline*/
H6 { font-size: 14pt;  color: #ffffff} /*pure white small header*/

h1.red {color: #C00000}
h1.red120{color: #C00000; font-size: 120%}
h1.white {color: #ffffff}
h1.white120{color: #ffffff; font-size: 120%}
h1.yellow{color: #ffff00}
h1.yellow120{color: #ffff00; font-size: 120%}

h2.red {color: #C00000}
h2.red120{color: #C00000; font-size: 120%}
h2.white {color: #ffffff}
h2.white120{color: #ffffff; font-size: 120%}
h2.yellow{color: #ffff00}
h2.yellow120{color: #ffff00; font-size: 120%}

h3.red {color: #C00000}
h3.red120{color: #C00000; font-size: 120%}
h3.white {color: #ffffff}
h3.white200{color: #ffffff; font-size: 200%}
h3.yellow{color: #ffff00}
h3.yellow120{color: #ffff00; font-size: 120%}

h4.red {color: #C00000}
h4.red120{color: #C00000; font-size: 120%}
h4.white {color: #ffffff}
h4.white120{color: #ffffff; font-size: 120%}
h4.yellow{color: #ffff00}
h4.yellow120{color: #ffff00; font-size: 120%}

h5.red {color: #C00000}
h5.red120{color: #C00000; font-size: 120%}
h5.white {color: #ffffff}
h5.white120{color: #ffffff; font-size: 120%}
h5.yellow{color: #ffff00}
h5.yellow120{color: #ffff00; font-size: 120%}

h6.red {color: #C00000}
h6.red120{color: #C00000; font-size: 120%}
h6.white {color: #ffffff}
h6.white120{color: #ffffff; font-size: 120%}
h6.yellow{color: #ffff00}
h6.yellow200{color: #ffff00; font-size:200%}
h6.yellow250{color: #ffff00; font-size:250%}


blockquote { text-indent: 0px; }

div:first-letter.red
{
color: #C00000;
font-size:x-large
}
div:first-letter.white
{
color: #ffffff;
font-size:x-large
}
div:first-letter.yellow
{
color: #ffff00;
font-size:x-large
}

div:first-letter.yellowsmall
{
color: #ffff00;
font-size:normal
}



a:link
{
color: blue;
}
a:visited
{
color: yellow;
}
a:active
{
color: white;
}





A:link	{

text-decoration: none;
}
A:visited {
text-decoration: none
}
A:activ	{
text-decoration: none
}
A:hover	{
font-weight: bold
}
