<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body {
    font-family: arial;
    background-color: #aeb4c0;
}
.container {
    width: 1200px;
    margin: 0 auto;
}

.page_title {
    padding-right: 50px;
    text-align: right;
    color: #002bab;
    font-size: 36px;
    font-family: 'Segoe UI';
    font-weight: 100;
    position: relative;
    padding: 15px 15px 0px 0;
}
.sep {
    height: 10px;
    background-color: #005aba;
    width: 89%;
    float: right;
}


textarea:focus, input:focus{
    outline: 0;
}

.bread {
    background: url('/Files/App_002/images/bread.jpg');
    height: 70px;
}








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