body {
	font-family : Arial, Helvetica, sans-serif;
	background : #FFFFFF;
	height : 100%;
	margin : 0;
	padding : 0;
}

main {
    width : 90%;
    margin : 0 5%;
    min-height : 100%;
    text-align : left;
}

h1 {
    color : #E94E19;
    margin-bottom : 0;
    clear : both;
}

p {
    font-size : 18px;
    color : #000000;
}

a:link {
    color : #374BAA;
    text-decoration : none;
    font-weight : bold;
}

a:hover {
    color : #800000;
    text-decoration : none;
    font-weight : bold;
}

table.sortable {
    border-collapse : separate;
    width : 100%;
}

table.sortable th {
    color : #FFFFFF;
    text-align : left;
    background-color : #333333;
    vertical-align : top;
    padding : 10px 5px;
    font-size : 20px;
}

table.sortable tr:nth-child(2n) td {
    border : none;
    text-align : left;
    background-color : #E8E8E8;
    vertical-align : top;
    padding : 10px 5px;
    font-size : 18px;
}

table.sortable tr:nth-child(2n+1) td {
    border : none;
    text-align : left;
    background-color : #FFFFFF;
    vertical-align : top;
    padding : 10px 5px;
    font-size : 18px;
}