body {

	background-color: Black;

	color: White;

	font-family: Arial, Helvetica, sans-serif;

	background-image: url(/pix/hppFlashBG_03a.gif);

	background-repeat: no-repeat;

	margin: 0;

}

a:link {

	color: Yellow;

	text-decoration: none;

}

a:active, a:hover {

	color: Magenta;

	text-decoration: underline;

}

a:visited {

	color: Yellow;

	text-decoration: none;

}

h1, h2, h3, h4, h5, h6 {

	text-decoration: underline;

	text-align: center;

}

code {

	font-family: "Courier New", Courier, monospace;

	font-size: larger;

}

dd { font-style: italic }

hr { color: #B6A1CE }

.note {

	font-family: Verdana, sans-serif;

	font-size: x-small;

}

.noBreak { white-space: nowrap }