BODY,P,TD,TABLE,HR  {
    margin-left : 5px;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 11pt;
    color: Black;
    background-image : url(logo3.jpg);
}

A {
	text-decoration: none;
	color: black;
	}
H1 {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 14pt;
    color: Black;
    font-style : normal;
    font-weight : bold;
	}
H2 {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 12pt;
    color: Black;
    font-style : normal;
    font-weight : bold;
	}
H3 {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 11pt;
    color: Black;
    font-style : normal;
    font-weight : bold;
	}
A:Hover {
    text-decoration: none;
    color: red;
	}
