body {
    background-color: #fff; 
    color: #000; 
    font-family: 'Poppins', sans-serif;
    font-size: 13px; 
}

h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;  
}
table, td, tr {
    font-family: 'Poppins', sans-serif;
}
h2 {
    font-weight: 500;
    font-size: 17px;
}

.leftcol {
    width: 150px; 
    float: left; 
}

.rightcol {
    float: left; 
    width: 400px; 
}

.col {
    display: table; 
    width: 600px; 
    padding-top: 10px; 
}

.errormessage {
    font-weight:  bold;
    font-size:  15px; 
}