body {
	background-attachment:fixed;
}

.heading {
	color:#000066;
}

A:link {
	color:#0000ff;
	text-decoration: none;
}

A:visited {
	color:#0000ff;
	text-decoration: none;
}

A:hover {
	color:#660000;
	text-decoration: underline;
}

.small {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
}

.large {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
}

.big {
  font-size: 14pt;
}


