a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
	}

a:hover, a:focus {
	color: 0000FF;
	text-decoration: none;
	}

a.b:link, a.b:visited, a.b:active {
	color: #0000FF;
	text-decoration: none;
	}

a.b:hover, a.b:focus {
	color: #FF0000;
	text-decoration: none;
	}

body {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
}

h1 {
	font-size : 24px;
}