@charset "utf-8";

*
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

html, body, #flex_content
{
	height: 100%;
	margin: 0;
}

#html_content
{
	padding: 20px;
}

p, ul, h1, h2, h3
{
	margin: 15px 0;
}

p, ul, li
{
	font-size: 12px;
}

h3
{
	font-size: 18px;
}

h2
{
	font-size: 22px;
}

h1
{
	font-size: 26px;
}

a, a:link, a:hover, a:visited
{
	font-size: inherit;
	color: #000000;
	text-decoration: underline;
}

ul, li
{
	list-style-position: inside;
}

hr
{
	margin-top: 100px;
	background-color: #000000;
	height: 1px;
	border: none;
}