body{
	background: #fff;
	color: #000;
	font-family: Tahoma, "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-family: "Times New Roman", Times, serif;
}

/* Links -------------------------------------------------------------------------------  */
/*a{
	color: #900;
}
a:visited{
	color: #999;
}*/
a:hover{
	text-decoration: none;
}

/* Headings ----------------------------------------------------------- */
h2 em, 
h3 em{
	display: block;
	margin-top: 0em;
	font-size: 80%;
	color: #666;
	font-style: normal;
}
#contents h2:first-child{
	margin-top: 0;
}

/* Main Body Section  ------------------------------------------------- */
#contents{
	line-height: 1.4;
}
#nav{
	display: none;
}
#footer-links{
	margin-top: 1.5em;
	padding: 0.5em 0.25em 0 0.25em;
	line-height: 1.3;
	border-top: 3px solid #aaa;
}
address{
	font-style: normal;
	font-size: 95%;
}
#footer strong{
	color: #f00;
	font-weight: normal;
	
}

/* Random Styles ----------------------------------------------------- */
.center{
	text-align: center;
}
.more{
	text-align: right;
}
pre{
	text-align: left;
}