body {
    background-color: #212165;
    margin: 0; padding:0;
    font-family: sans-serif;
    font-size: 16pt;
    }

/* 
	Dark blue: 212165
	Light blue: 3a3ab0
*/

.column {
	background-color: #3a3ab0;
	margin: auto;
        }


a { text-decoration: none; color: #f1752f}

.row2c {
    background-color: #3a3ab0;
    width: 1024px;
    margin: auto;
    text-align: center;
    column-count: 2;
    }

.row3c {
    background-color: #3a3ab0;
    width: 1024px;
    margin: auto;
    text-align: center;
    column-count: 3;
    }

.rowfull {
    background-color: #212165;
    width: 1280px;
    margin: auto;
    text-align: center;
    }
