body {
    font-family: 'PT Sans';
    font-size: 13px;
    line-height: 1.4;
    color: #444;
	
}
a {
    text-decoration: none;
	color: #444;
}
a:hover {
    text-decoration: underline;
    color: #444;
}
p {
    padding: 5px 0;
    margin: 0 0 5px;
    text-align: left;
	color:#444;
}
small {
    font-size: 80%;
}
a:focus {
    outline: none;
}
hr {
    border: 0 #ebebeb dashed;
    border-top-width: 1px;
    clear: both;
    height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/
h1 {font-size: 1.5em;}
h2 {font-size: 1.4em;}
h3 {font-size: 1.3em;}
h4 {font-size: 1.25em;}
h5 {font-size: 1.1em;}
h6 {font-size: 1em;}
h1, h2, h3, h4, h5, h6 {line-height: 1.5em; }

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {list-style: decimal;}

ul {list-style: disc;}
dl,
hr,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 10px;
	margin-top: 10px;
}
.single-content h1,
.single-content h2,
.single-content h3,
.single-content h4,
.single-content h5,
.single-content h6 {
    font-weight: normal;
    margin: 15px 0 2px;
    padding-bottom: 2px;
}

ul ul,
ul ul ul,
ul ul ul ul,
ul ul ul ul ul,
ol ol,
ol ol ol,
ol ol ol ol,
ol ol ol ol ol {
    margin-bottom: 0;
}


