body {
        font-family: "Georgia", "Serif";
        color: rgb(81,112,123);
        background-color: rgb(249,246,244);
}

h1 {
        text-align: center;
        color: rgb(221,108,93);
}

h2 {
        text-align: center;
        color: rgb(218,130,109);
}

h3 {
        text-align: center;
        color: rgb(215,153,124);
}

p {
        text-align: center;
        line-height: 1.5;
}

p.subtitle {
        text-align: center;
        font-style: oblique;       
}

p.button {
        margin: auto auto;
        border-style: groove;
        border-width: medium;
        border-radius: 5px;
        width: 160px;
}

ul {
        margin: auto auto;
        width: 350px;
        border-style: solid;
        border-width: medium;
        border-radius: 10px;
        border-color: rgb(221,108,93);
        line-height: 30px;
        list-style-type: square;
}

ol {
        line-height: 30px;
        list-style-type: decimal;
}

a:link {
        color: rgb(81,112,123);
}

a:visited {
        color: rgb(81,112,123);
}

table,td,tr {
        border: 1px solid;
        border-collapse: collapse;
        width: 80%;
}

td {
        padding: 10px;
}

