body {
	background-color:	#130d42;
       	color:            	#d3cdff;
	font-family:		verdana, helvetica, arial;
	font-size:		11pt;
	margin-top:		5em;
	margin-left:		20%;
	margin-right:		20%;
	margin-bottom:		5em;
}

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

a:active {
	text-decoration:	none;
	color:            	#9196ff;
}

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

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

.superhl {
	font-weight:		bold;
	font-style:		italic;
	font-size:		24pt;
	color:            	#4e56ff;
}

.stdhl {
	font-weight:		bold;
	font-size:		12pt;
	color:            	#8f93ff;
}

.subhllight {
	font-weight:		bold;
	font-size:		11pt;
	color:            	#c0c3ff;
}

.subhldark {
	font-weight:		bold;
	font-size:		11pt;
	color:            	#2328aa;
}

.greeting {
	font-weight:		bold;
}

.dramatic {
	font-weight:		bold;
	font-style:		italic;
	color:            	#eaebff;
}

.reason {
	font-weight:		bold;
	font-size:		11pt;
	color:            	#b2b5ff;
}

