@charset "UTF-8";


/* DEFAULT STYLES */

body {
	background-color: #000000;
	background-image: url(images/aliceBkgd2.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
}

.bodytext {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	line-height: 1.8em;
	color: #FFF;
}

.sub1 {
	color: #FFFF00;
	font-size: 14px;
	font-weight: bold;
}

.citation {
	font-style: italic;
	font-size: 12px;
	color: #FFFF66;
	text-align: right;
}

.leader {
	font-variant: small-caps;
	color: #FF0;
	letter-spacing: .3em;
}


/*LINK STYLES*/

a:link {
	color: #FF9;
	text-decoration: none;
}

a:visited {
	color: #FF9;
	text-decoration: none;
}

a:hover {
	color: #FF9;
	text-decoration:underline;
}

a:active {
	color: #FFF;
	text-decoration:underline;
}

