@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: none;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	font-family: sans-serif;
	background-color: #0f3f62;
	text-align:justify;
}

h1 {
	padding: 1% 0 0 6%;
	font-size: 0.8em;
	text-transform: capitalize;
	color: #FFFFFF;
	width: 82%;
	line-height: 1.2em;
	font-weight: bold;
}
h2 {
	padding: 1.8% 0 0.1% 6%;
	font-size: 0.8em;
	text-transform: capitalize;
	color: #FFFFFF;
	line-height: 1.2em;
	font-weight: bold;
}
p {
	padding: 0.8% 0 0.8% 6%;
	font-size: 0.5em;
	color: #FFFFFF;
	width: 82%;
	line-height: 1.1em;
}

#download {
	padding: 3% 0 3% 6%;
}

a.download:link, a.download:visited {
	display: block;
	top: 8px;
	font-size: 1em;
	color: #FFFFFF;
	text-transform: uppercase;
}
a.download:hover {
	color: #2791DE;
}
