body	{
	font-family:		sans-serif;
	font-size:		20px;
	color:			#FCFCFC;
	background-color:	black;
	margin-left:		20%;
	margin-right:		20%;
	padding:		10px 10px 10px 10px;
	text-align:		left;
	border-bottom:		3px dotted #CD2626;
}

h1		{
		font-size:	1.6em;
		font-weight:	bolder;
		color:		#6495ED;
}

h2		{
		font-size:		1em;
		text-decoration:	underline;
		color:			#6495ED;
		font-weight:		lighter;
}

p.signature	{
		font-style:	oblique;
}

		

#navlist	{	
		pading: 	3px 0;
		margin-left: 	0;
		border-bottom: 	1px solid #778;
		font:		bold 16px Veranda, sans-serif;
}

#navlist li	{
		list-style: 	none;
		margin:		0;
		display: 	inline;
}

#navlist li a	{
		padding: 	3px 0.5em;
		margin-left: 	3px;
		border: 1	px solid #778;
		border-bottom: 	none;
		background:	#DDE;
		text-decoration: none;
}


#navlist li a:link  { color: #448;  }
#navlist li a:visited  {  color: #667;  }


#navlist li a:hover	{
		color:		#000;
		background:	#6495ED;
		border-color:	#227;
}


#navlist li a#current	{
		background:	white;
		border-bottom:	1px solid white;
}
