
a
{
    color: black;
    font-family: "Arial Unicode MS";
    text-decoration: none;
}
a:hover
{
    color: black;
    font-family: "Arial Unicode MS";
    text-decoration: underline;
}

h1
{
	BACKGROUND-COLOR: white;
	COLOR: black;
	FONT-FAMILY: sans-serif;
	FONT-SIZE: 24pt;
	FONT-STYLE: bold;
	text-align: center;
    text-decoration: underline;
}
h2
{
	background-color: white;
	color: black;
	FONT-FAMILY: sans-serif;
	FONT-SIZE: 12pt;
	FONT-STYLE: normal;
	TEXT-ALIGN: center;
    text-decoration: underline;
}
h3
{
	background-color: #000066;
	COLOR: white;
	FONT-FAMILY: sans-serif;
	FONT-SIZE: 12pt;
	FONT-STYLE: normal;
	TEXT-ALIGN: center;
}
h4
{
    background-color: white;
    color: black;
    FONT-FAMILY: sans-serif;
    FONT-SIZE: 12pt;
    FONT-STYLE: normal;
    TEXT-ALIGN: left;
    text-decoration: underline;
}
