H1
             {
color : Black;
font-size : 300%;
font-weight : bold;
font-style : italic;
}

H1.mainpage
             {
	color : #0080FF;
	font-size : 300%;
	font-weight : bold;
	font-style : italic;
}

H2 
{
color : Black;
font-size : 200%;
font-weight : bold;
}

H3 
{
color : Black;
font-size : 150%;
font-weight : bold;
}

H3.mainpage 
{
	color : Black;
	font-size : 150%;
	font-weight : bold;
	font-style : italic;
	text-decoration : none;
}
H3.links 
{
	color : Maroon;
	font-size : 150%;
	font-weight : bold;
	font-style : italic;
	text-decoration : none;
}
H4
{
color : Black;
font-size : 110%;
font-weight : bold;
}

H4.italic 
{
color : Black;
font-size : 110%;
font-weight : bold;
font-style : italic;
}

H4.nomargin
{
color : Black;
font-size : 110%;
font-weight : bold;
margin-top : 0px;
margin-bottom : 0px;
}

H5
{
color : Black;
font-weight : bold;
}

H5.italic 
{
color : Black;
font-weight : bold;
font-style : italic;
}
H5.nomargin
{
color : Black;
font-size : 100%;
font-weight : bold;
margin-top : 0px;
margin-bottom : 0px;
}

P
{
font-size : 100%;
font-weight : normal;
font-variant : normal;
color : Black;
}

P.addressinfo
{
font-size : 110%;
font-weight : bold;
font-variant : normal;
color : Black;
margin-top : 0px;
}

P.addresstitle
{
font-size : 150%;
font-weight : bold;
font-variant : normal;
color : Black;
margin-bottom : 0px;
}

BODY {
	background-attachment : fixed;
	background-image : url("Images/BWBackground2.jpg");
	background-color : White;
}
A:VISITED
 {
	color : Purple;
	text-decoration : none;
	font-weight : bold;
}
A:VISITED.mainpage
 {
	color : Purple;
	font-style : italic;
	font-size : 150%;
	text-decoration : none;
	font-weight : bold;
}
A:LINK
 {
	color : Blue;
	text-decoration : none;
	font-weight : bold;
}
A:LINK.mainpage
 {
	color : Blue;
	font-style : italic;
	font-size : 150%;
	text-decoration : none;
	font-weight : bold;
}
A:HOVER
 {
	color : Red;
	font-weight : bold;
	font-style : normal;
}
A:HOVER.mainpage
 {
	color : Red;
	font-size : 150%;
	text-decoration : none;
	font-weight : bold;
	font-style : italic;
}




