body
{
	font-family: Arial, Helvetica, Sans-Serif;
    font-size: 1em;
	color: #333333;
}

p, li, ul, ol
{
	line-height: 1.5;
}

h1
{
	font-weight: bold;
	margin-top: 1.5em;
}

h2
{
	font-weight: bold;
	margin-top: 1.5em;
}

h3
{
	font-weight: bold;
}

a {
    color: #0371df;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.header
{
	display: flex;
	font-size: 1.4em;
	color: #223541;
	margin-top: 1em;
	margin-bottom: 1em;
}

.header img
{
	margin-left: 10px;
}

.separator-line-header
{
	margin-bottom: 3.5em;
	border-top: 1px solid #dedede;
}

p.download
{
	margin-top: 2em;
	margin-bottom: 2em;
}

a.download
{	
	display: inline-block;
	padding: 8px 20px;
    font-size: 1.1em;
    text-decoration: none;
    text-align: center;
    line-height: normal;
    color: #ffffff;
    background-color: #0371df;
    border-radius: 300px;
}

a.download:hover
{
	background-color: #1d8dfc;
}

@media(min-width: 800px)
{
    .frame
    {
        width: 85%;
        margin-left: auto;
        margin-right: auto;
    }
}

.separator-line-footer
{
	margin-top: 3.5em;
	border-top: 1px solid #dedede;	
}

.footer
{
	font-size:0.8em;
	color: #9e9e9e;
}
