a, a:link, a:visited, a:focus, .bar a, .bar a:link, .bar a:visited, .bar a:focus {
    color: #000000;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border: none;
    outline: none;
}

a:hover, a:active, .bar a:hover, .bar a:active, body.left ul li a:hover, body.left ul li a:active {
    color: #35C1E4;
    border-bottom: 0;
    outline: 0;
    text-decoration: none;
}

body.left ul li a {
    padding: 0;
}

.bar, body.left h1, body.left h2 {
    background-image: none;
    background-color: white;
    color: #000000;
    font-weight: normal;
    padding: .8em .5em .4em .8em;
    margin: 0;
    display: block;
    line-height: inherit;
}

html {
    background: white;
}

body, td, div {
    font-family: 'Lato', sans-serif;
    background: inherit;
    line-height: 150%;
}

body.left {
    padding: 0;
}

.indexHeader, body.left .indexHeader {
    font-size: 11pt;
    margin: 10px;
    padding: 0;
    position: relative;
}

.indexContainer, body.left .indexContainer {
    margin: 10px;
    position: relative;
    font-size: 1.0em;
}

.indexContainer h2, body.left .indexContainer h2 {
    font-size: 1.1em;
    font-weight: bold;
    padding: 0;
    margin: 0;
    display: block;
    text-align: left;
    background: inherit;
    line-height: 40px;
    color: #000000;
}
