body{
	Font-Family: Arial;
	font-size: 10pt;
	Background: White;
	Color: Black;
	}

table{
	font-size: 10pt;
	}

a:link{
	Color: Blue;
	text-decoration: none;
	}

a:visited{
	Color: Navy;
	Text-Decoration: None;
	}

a:hover{
	Color: Purple;
	Text-Decoration: Underline;
	}

h1{
	Font-family: Times New Roman;
	}