BODY
{
	FONT-SIZE: 12pt;
	BACKGROUND-IMAGE: url(images/Background.jpg);
	BACKGROUND-REPEAT: no-repeat;
	FONT-FAMILY: Arial;
	background-attachment: fixed;
}
BODY H1
{
    FONT-SIZE: 36pt;
    COLOR: navy;
    FONT-FAMILY: 'BankGothic Md BT'
}
BODY H2
{
    FONT-SIZE: large;
    FONT-FAMILY: Arial
}
BODY EM
{
    COLOR: red
}
BODY A:link
{
    COLOR: teal
}
BODY A:hover
{
    COLOR: navy
}
