@import url("./basestyle.css");

h1
{
    text-align: center;
    border-color: #99ccff;
    border-width: 2px;
    border-style: solid;
    font-size: 200%;
    padding-top: 5px;
    padding-bottom: 5px;
}

h2
{
    margin-top: 0px;
    font-size: 150%;
}

p.update
{
    font-style: italic;
    font-weight: bold;
    font-size: smaller;
}

div.section
{
    border-color: #99ccff;
    border-width: 2px;
    border-style: solid;
    padding: 4px;
    margin-bottom: 8px;
    margin-top: 8px;
    width: 47%;
}

#mesection
{
    float: right;
}

#recipessection
{
    float: left;
}

#softwaresection
{
    float: right;
}

#linkssection
{
    float: left;
}

#utilitiessection
{
    float: right;
}
