

p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: gray;
}


h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	color: #FFFFFF;
}

h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	color: #FFFFFF;
}

a:link {color: gray;}      /* unvisited link */
a:visited {color: gray;}  /* visited link */
a:hover {color:#FFFFFF;}  /* mouse over link */
a:active {color:#0000FF;}  /* selected link */