/*****************************************************************************/
/*****************************************************************************/
/**																																					**/
/** Site: near.ly																														**/
/** File: help.css																													**/
/**																																					**/
/** This file will handle the layout for the @File as well as any includes  **/
/** that arise during the construction of the site.													**/
/**																																					**/
/** Author: Duncan Grazier - dgrazier@me.com																**/
/**																																					**/
/*****************************************************************************/
/*****************************************************************************/
h2 {
	font-size: 25px;
	padding: 0 0 20px 0;
}

ol {
	margin: 0 0 0 20px;
}
ol li {
	padding: 10px 0 10px 0;
	list-style: upper-roman;
}
	ol li p.title {
		font-weight: bold;
	}
	ol li p.body {
		font-weight: normal;
	}
	