.HomepageColor {
    background-color:LightBlue !important;
}

.font {
    font-family:Arial !important;
}

#fonttype {
    font-family:Arial;
}

#page {
    color:white;
}

body {
    text-align:center;
    display:flex;
}

.lefttext {
     text-align:right;
}

.paddingtext {
    padding-left:300px;
}

ol {
    text-align:left;
    list-style-type:lower-alpha;
}

ul {
    list-style-type:square;
}

table {
    text-align:center;
}

.blue {
    background-color:cornflowerblue;
}

.darkblue {
    background-color:darkslateblue;
}