h2, h3 {

	font-family: LucidaSans, "Lucida Sans", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;

	font-weight: normal;

	color : #990000;

}

a {

	text-decoration: none;

	}

a:hover {

	text-decoration: none;

	color: red;

}

.green {

	color : #999966;

}

.red {

	color : #990000;

}

.sc {

	font-size : 80%;

	font-variant : small-caps;

	letter-spacing : .1em;

}

.sm {

	font-size : 80%;

}

.copy {

	font-size : 75%;

	color : #CCCC99;

}

.title {

	font-family: LucidaSans, "Lucida Sans", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;

	font-weight: bold;

	color : #333366;

}

strong {

	font-family: LucidaSans, "Lucida Sans", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;

	font-weight: normal;

}