<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.body
{
    background: #EEEEEE;

}

.body h1
{
    text-decoration: underline;
}

.plan
{
    border-left: 2px solid red;
    margin-bottom: 10px;
}
.plan ul
{
    text-align: justify;
    
}

.plan ul li a 
{
    color: red;
    font-size: 26px;
    line-height: 1.5;
}

.plan ul li a:hover
{
    color: black;
}

</pre></body></html>