a.glow:link {
	font-size: 20px		;
	font-weight: bold	;
	color: #0000EE		;
	line-height: 26px	;
	padding-left: 4px	;
	padding-right: 4px	;
	padding-top: 0px	;
	padding-bottom: 0px	;
	width: 100%		;
	text-decoration: none	;
	text-align: center	;
 }

a.glow:visited {
	font-size: 20px		;
	font-weight: bold	;
	color: #0000EE		;
	line-height: 26px	;
	padding-left: 4px	;
	padding-right: 4px	;
	padding-top: 0px	;
	padding-bottom: 0px	;
	width: 100%		;
	text-decoration: none	;
	text-align: center	;
}

a.glow:hover {
	color: #08000F;
	text-decoration: none;
}

a.glow:active {
	color: #00EE33;
	text-decoration: none;
}

body {
	color: #1F1F2F		  ;
	background-color: #FFFFFF ;
}

h1 {
	font-family: comic sans ms	;
	font-size:40px			;
	font-weight:300			;
	margin-top: 0px			;
	margin-bottom: 10px		;
}

h2 {
	font-family: Times, serif	;
	font-size:24px			;
	font-style:italic		;
	margin-top: -10px		;
	margin-bottom: 10px		;
}

span.dropcap {
	float: left		;
	color: #0000FF		;
	font-size: 60px		;
	line-height: 70%	;
	padding-bottom: 10px	;
	font-family: Times, serif;
}

p {
	font-size:16px			;
	line-height: 18px		;
	font-family: Times, serif	;
	text-indent: 0			;
	display: block			;
	margin-top: 0px			;
	margin-left: 2%			;
	margin-right: 40%		;
	margin-bottom: 20px		;
}

li {
	font-size:20px			;
	font-weight: bold		;
	font-family: Times, serif	;
	margin-bottom: 0px		;
	color: #4000BF
}

table.navigation {
	border: none			;
	padding:0;
	background-image: url(images/top-bar.gif);
	background-repeat: repeat-x	;
	background-position: top	;
	height:28px			;
	width:720px			;
	margin-bottom: 10px		;
}

tr.navigation {
	list-style:none;
	font-family:Arial,Georgia, Verdana, Serif;
	font-weight:bold;
	line-height:28px;
	list-style:none;
	font-size:20px;	
	border:none;
}

td.navigation {
	float:left;
	margin:0;
	padding:0;
	white-space:nowrap;	
	background:none;	
	display:inline;
	padding-top:0;
	padding-right: 12px; 
	border:none;
}	
