p {
    text-align: justify;
}

h3 {
    margin: 0px;
}

li {
    text-align: justify;
}

span.itext {
	font-variant: normal;
	font-family: Monotype Corsiva,sans-serif;
	letter-spacing: 3px;
    margin-left: -2px;
}

.headerContainer {
    position: relative;
    min-height: 210px;
    max-width: 900px;
    margin: auto;
    padding-top: 25px;
    color: #50565b;
    background-repeat: no-repeat;
}

.sectionContainer {
    position: relative;
    max-width: 860px;
    margin: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 30px;
    padding-right: 30px;
    font-family: 'Oswald', sans-serif;
    color: white;
    font-size: x-large;
}

.contentContainer {
    position: relative;
    max-width: 900px;
    margin: auto;
    padding: 30px;
    font-family: 'PT Sans Narrow', sans-serif;
}

.footerContainer {
    position: relative;
    max-width: 860px;
    margin: auto;
    text-align: center;
    background-color: #50565b;
    color: white;
    height: 25px;
    font-size: small;
    padding-right: 30px;
    padding-left: 30px;
}

td.tAnyo {
    width: 60px;
    text-align: right;
    vertical-align: top;
}

td.tDegree {
    padding-left: 5px;
}

.Oswald {
    font-family: 'Oswald', sans-serif;
}

.PTSans {
    font-family: 'PT Sans Narrow', sans-serif;
}

span.newItem {
    font-family: 'PT Sans Narrow', sans-serif;
    color: red;
    margin-left: 10px;
    font-weight: bolder;
}

.command {
    color: purple;
}