body{
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}

h1{
    font-weight: 700;
    font-size: 40px;
    line-height: 1.5;
}

h1{
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
}

#headID{
    padding: 1em;
}

#mainContentID{

    margin-left: 2em;
}

table, th, td{
    border: 1px solid;
    border-color: #aaaaaa;
    padding: .8em;
    border-collapse: collapse;
}

th{
    background-color: #eeeeee;
}

.offScreenContent {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.ulSty{
    margin-top: 0.5em;
    margin-bottom: 1em;
}