body {
background-color: #e8e8ff;
height: 100%;
width; 100%;
margin: 0;   
}

h1, h2, h3, h4, table, p {
    margin-left: 20px;
    margin-right: 20px;
}

h2 {
    font-size: 20px;
}

a {
color:rgb(88, 88, 255);
text-decoration: none;
font-weight: 700;
}

p a {
    font-weight: 500;
    }

header {
    background-color: black;
    text-align: center;
}

div.header-image {
    background:url(21.jpg) center 40px no-repeat; 
    background-size: 400px;
    height: 400px;
    z-index: -2;
}
div.skyline {
    height: 200px;
    margin-top:-105px;
    margin-bottom: -150px;
    padding:72px 5px 5px;
    background-image:url(logo/skyline4.png);
    background-repeat:repeat-x;
    z-index: -1;
}

/* DivTable.com */
.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border: 1px solid #999999;
	display: table-cell;
	padding: 3px 10px;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}

/* Own Table */
* {
    font-family: Verdana, Arial, Helvetica, serif;
}
p, th, td, li {
    font-size: 12px;
}
table {
    border-collapse: collapse;
  }
  
table, th, td {
    border: 1px solid  rgb(195,195,255);;
    padding: 15px;
    text-align: left;
  }

td.colspan {
   text-align: center;
}
  