body {
max-width: 100%; 
margin: 0 auto !important; 
float: none !important;  
padding: 0px; 
font-size-adjust: none; 
font-stretch: normal; 
background-color: #000;
}
h1 {
margin: 0px 0px 0.5em;
line-height: 1.1;
font-weight: 500;
font-size: 16pt;
text-align:left;
font-family: Lato, Helvetica, Arial, Geneva, sans-serif;
color:#fff;
}
h2 {
margin: 0px 0px 0.5em;
line-height: 1.1;
font-size: 17px;
text-align:left;
font-family: Lato, Helvetica, Arial, Geneva, sans-serif;
max-width:100%;
padding-top:12px;
color:#fff;
}
h3 {
margin: 0px 0px 0.1em;
line-height: 1.5;
font-size: 17px;
text-align:left;
font-family: Lato, Helvetica, Arial, Geneva, sans-serif;
padding-top:12px;
color:#fff;
text-indent:20px;
}
h4 {
margin: 0px 0px 0.1em;
font-size: 16px;
text-align:left;
font-family: Lato, Helvetica, Arial, Geneva, sans-serif;
padding-top:5px;
color:#fff;
}
h5 {
margin: 0px 0px 0.1em;
line-height: 1.5;
font-size: 17px;
text-align:left;
font-family: Lato, Helvetica, Arial, Geneva, sans-serif;
height:46px;
padding-top:12px;
color:#fff;
text-indent:20px;
}
h6 {
margin: 0px 0px 0.1em;
line-height: 1.5;
font-size: 17px;
text-align:left;
font-family: Lato, Helvetica, Arial, Geneva, sans-serif;
padding-top:12px;
color:#fff;
text-indent:20px;
}
h7 {
margin: 0px 0px 0.1em;
line-height: 1.5;
font-size: 17px;
text-align:left;
font-family: Lato, Helvetica, Arial, Geneva, sans-serif;
padding-top:12px;
color:#fff;
}
h8 {
margin: 0px 0px 0.1em;
line-height: 1.0;
font-size: 17px;
text-align:center;
font-family: Lato, Helvetica, Arial, Geneva, sans-serif;
padding-bottom:12px;
color:#fff;
}
ul.a {
list-style: square;
padding: 15px;
font-family: Lato, Helvetica, Arial, Geneva, sans-serif;
 font-size: large;
text-align:left;
margin-bottom:auto;
margin-top:auto;
}
h9 {
margin: 0px 0px 0.1em;
line-height: 1.0;
font-size: 17px;
text-align:center;
font-family: Lato, Helvetica, Arial, Geneva, sans-serif;
padding-bottom:12px;
color:#fff;
}
p{font-family: Lato, Arial, Lucida Sans, helvetica, sans-serif;
line-height: 1.5;
font-style:normal;
font-size:16px;
font-weight:normal;
text-align:left;
}
.text {
font-family: Lato, Helvetica, Arial, Geneva, sans-serif;
margin: 0px 0px 1.0em; 
line-height: 1.5;
font-size: 16px;
text-align:left;
}
hr {
height: 0px; 
margin-top: 0em; 
margin-bottom: 4px;
border-left-style: none;
border-left-width: 0px;
border-right-style: none;
border-right-width: 0px;
border-top-style: dashed;
border-top-width: 1px;
border-bottom-style: none;
border-bottom-width: 0px;
}
.container {
margin: 0px auto; 
max-width:1000px;
}
.header {
background: #000; 
padding: 0em 0em; 
color: #fff;
}
.header-heading {
margin: 0px;
}
.content {
background-image: url('img/back.jpg');
padding: 1em 1.25em; 
color: #fff;
text-align:left;
}
.footer {
background-image: url('img/back.jpg');
border-top: 1px dashed #fff;
padding: 1em 1em; 
color: #fff;
text-align:center;
}
.img{
max-width: 100%;
height: auto;
margin: 0 auto;
}
pre {
font-size: 14px;
font-family: Lato, Helvetica, Arial, Geneva, sans-serif;
font-style: normal;
line-height: 1.5;
}
ul {
font-family: Lato, Helvetica, Arial, Geneva, sans-serif;
font-size: 16px;
list-style-position: inside;
list-style-type: none;
line-height: 1.3em;
top:0
}
ul li {
margin: 0 0 0 0em;
padding: 0 0 0 0em;
padding: 0 0 2px 8px; 
width: 100%;
font-size: 16px;
list-style-position: outside;
position: relative;
}
@media all and (min-width:42em)
{
.header {
padding: 0em 0em;
}
.content {
padding: 1em 2em;
}
.footer {
padding: 1em 1em;
}
}
*{
padding: 0;
box-sizing: border-box;
}
.table{
background-image: url('img/back.jpg');
width: 100%;        
display: table;
}
.table-cell{
font-family: Lato, Helvetica, Arial, Geneva, sans-serif;
font-size: 11px;
background-image: url('img/back.jpg');
display: table-cell;
vertical-align: middle;
border-left: 0px solid #fff;
width: 33.333%;
text-align: center;
padding: 5px;
}
.table-cell:nth-child(1)
{
border-left: none;   
}
@media screen and (max-width: 767px)
{
.table-cell
{     
width: 100%;  
border-left: none;
display: table-caption;
}
.table-cell:nth-child(1)
{
border-left: none;        
}
.table-cell:nth-child(2)
{    
}   