
body {
}

p {
    font-family: sans;
    font-size: 18px;
    padding-left: 12px;
    padding-right: 12px;
}

.pageHeading {
    text-align: center;
    font-family: serif;
    font-size: 32px;
    font-weight: bold;
    padding-top: 12px;
    padding-bottom: 12px;  
    background-color: #ffffff;
    color: #003377; 
}

.mottoDiv {
    padding-top: 12px;
    padding-bottom: 12px; 
    background-color: #ffffff;
    margin-bottom: 24px;
    border-top: 1px solid #003377;
    border-bottom: 1px solid #003377;
}

.motto {
    color: #c31414; 
    text-align: center;
    font-family: serif;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 0px;
}

.mottoBlue {
    color: #003377; 
    text-align: center;
    font-family: serif;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 0px;
}

.row {
    margin-top: 10px;
}

.col-md-12 {
}

.col-md-4 {
}

.fixHeight {
}

a {
    font-weight: bold;
    color: #c31414; 
    text-decoration: underline;
}

.libraryTable {
}

.workTable {
}

b {
    color: #003377; 
}
