h1
{
    color: orangered;
    width: 35%;
    background-color: limegreen;
    border: solid black 2px;
    border-radius: 30px;
    padding: 2%;
}

body
{
    font-family: "Segoe Script MT", cursive;
    background-color: greenyellow;
}

table
{
    border-radius: 30px;
    padding: 2%;
}

table, td
{

    border: solid black 2px;
    text-align: center;

}

td
{
    border-collapse: collapse;

}

a.Kustuta
{
    font-size: 10pt;
    color: white;
    text-decoration: none;
    padding: 3%;
    border-radius: 30px;
    background-color: red;
}

input[type=submit]
{
    border-radius: 30px;

}

form table td
{
    border-style: none;
}

img
{
    width: 300px;
    height: 200px;
}

#menyy
{
    float: left;
    padding-right: 30px;
    background-color: limegreen;
    border: solid black 2px;
    border-radius: 30px;
}

#sisu
{
    float: left;
    margin-left: 30px;
}

#footer
{
    clear: left;
}