body {
	background: #ffffff;
	color: #000000;
	font-family: arial;
	font-size: 12pt;
}

h2 {
	font-size: 14pt;
	color: Navy;
	font-family: arial;
}

a {
	color: Navy;
	font-size: 12pt;
	font-family: arial;
	text-decoration : underline;
}

a:hover {
	color: Navy;
	font-size: 12pt;
	font-family: arial;
	text-decoration : none;
}

a:visted {
	color: Navy;
	font-size: 12pt;
	font-family: arial;
	text-decoration : underline;
}

