body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	color: #000000;
}

a:link { 
	color:#990000;
	text-decoration: none;
	font-weight:bold;
}

a:visited { 
	color:#990000;
	text-decoration: none;
	font-weight:bold;
}

a:hover {
	color:#000000;
	text-decoration: none;
	font-weight:bold;
	text-shadow:#666 1px 1px 1px;
}


a.expand { 
	color:#06F;
	text-decoration: none;
	font-weight:bold;
}

a.expand:visited { 
	color:#06F;
	text-decoration: none;
	font-weight:bold;
}

a.expand:hover {
	color:#069;
	text-decoration: none;
	font-weight:bold;
	text-shadow:#666 1px 1px 4px;
}

a.subtitle {
	color:#06F;
	text-decoration: none;
	font-size: x-large;
	font-style: italic;
}

a.subtitle:visited {
	text-decoration: none;
	font-size: x-large;
	font-style: italic;
	color: #06F;
}
a.subtitle:hover {
	color:#069;
	text-decoration: none;
	font-size: x-large;
	font-style: italic;
	font-weight:normal;
	text-shadow:#666 1px 1px 4px;
}

.sectiontitle {
	font-size: x-large;
	font-style: italic;
	color: #333;
	text-shadow:#666 1px 1px 4px;
}

