HTML, body{
	margin: 0px; padding: 0px; border: 0px;
}

img{
    width: 250px; height: 108px; display: block; margin-left: auto; margin-right: auto;
}

h1{
    color: red; text-align: center;
}

h2{
    font-size: medium; text-align: center;
}

table{
    width: 30%; margin-left: auto; margin-right: auto;
}

th{
    border-bottom: 1px solid black; border-collapse: collapse;
}

.col1{
    text-align: left; width: 50%;
}
.col2{
    text-align: left; width: 20%;
}
.col3{
    text-align: right; width: 10%;
}
.col4{
    display: none;
}
.col5{
    display: none;
}
.col6{
    display: none;
}

.cell:nth-child(1) {font-size: large;}
.separator {line-height: 20px;}
.sepcell {border-bottom: 1px solid black; border-collapse: collapse;}