body {
    font-family: Arial;
    background-color: greenyellow;
}

h1 {color: rgb(255,255,255);
}

table , form {width:90vw; }
tr.even {
    background-color:beige;
}
tr.odd {
    background-color: yellow;
}
tr.menu {
    background-color:beige;
}
