﻿.m1
{
    width: 545px;
    background-color: lemonchiffon;
    margin-left: 2px;
    height: 347px;
}
.m2
{
    height: 60px;
    background-color: LightSkyBlue;
    width: 545px;
}
.m3
{
    height: 2px;
    background-color: steelblue;
    width: 545px;
    margin-top: 2px;
}
.m4
{
    height: 90px;
    background-color: darkred;
    width: 545px;
    margin-top: 2px;
}
.m5
{
    height: 190px;
    font-family: "Times New Roman";
    font-size: small;
    background-color: LemonChiffon;
    width: 545px;
}

