﻿body {
    background: #FFFFFF;
}

.divPageTitle {
    text-align: right;
    font-size: 40px;
    border-bottom: 5px solid rgba(218, 107, 248, 1);
    margin-bottom: 5px;
}

.navLink {
    color: white;
    padding: 12px;
    padding-left: 40px;
}

.navLink a {
    color: white;
    font-weight: bolder;
    font-family: sans-serif;
    text-decoration: none;
}


a {
    color: #341e63;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.navLink a:hover {
    color: white;
    text-decoration: none;
}

.divTile {
    background: #FFFFFF;
    color: black;
    padding-left: 10px;
    border-left: 5px solid rgba(218, 107, 248, 1);
    border-bottom: 5px solid rgba(173, 181, 244, 1);
}


