h1,h2,h3,h4,h5,h6 { color: #3F48D1; }
                a { color: #3F48D1; }



@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: local('Ubuntu'), local('Ubuntu'), url(Ubuntu400.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  src: local('Ubuntu Bold'), local('Ubuntu-Bold'), url(Ubuntu700.ttf) format('truetype');
}

body {
	padding: 1em 2em 1em 2em; margin: 0;
	font-family: "Ubuntu";
	line-height: 1.42857;
	font-size: 14px;
	} 

span.system { font-variant: small-caps; } 
h1,h2,h3,h4,h5,h6 { 
	font-weight: 700;
	text-transform: uppercase;
	}
h1 {
	font-size: 150%;
	}
h2,h3,h4,h5,h6 {
	font-size: 100%;
	}

span.paragraph-header {
	font-weight: 700;
	margin-right: 1em;
	}

table { 
	border-collapse: collapse;
	}
tr {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	}
td, th {
	padding-left: 0.5em;
	padding-right: 0.5em;
	text-align: left;
	}
div.figure {
	text-align: center;
	}
div.figure table { 
	margin-left: auto;
	margin-right: auto;
	}
#bgfull {
	  position: fixed; 
  top: 0; 
  left: 0; 
	
  /* Preserve aspet ratio */
  min-width: 100%;
  min-height: 100%;
  }