@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,700&display=swap');
a {
    color: #1772d0;
    text-decoration: none;
}

a:focus,
a:hover {
    color: #f09228;
    text-decoration: none;
}

body,
td,
th,
tr,
p,
a {
    font-family: 'Source Sans Pro', Verdana, Helvetica, sans-serif;
    font-size: 19.2px
}

strong {
    font-family: 'Source Sans Pro', Verdana, Helvetica, sans-serif;
    font-size: 19.2px;
}

heading {
    font-family: 'Source Sans Pro', Verdana, Helvetica, sans-serif;
    font-size: 28.8px;
}

papertitle {
    font-family: 'Source Sans Pro', Verdana, Helvetica, sans-serif;
    font-size: 21.6px;
    font-weight: 700
}

papertitle a {
    font-family: 'Source Sans Pro', Verdana, Helvetica, sans-serif;
    font-size: 21.6px;
    font-weight: 700
}

name {
    font-family: 'Source Sans Pro', Verdana, Helvetica, sans-serif;
    font-size: 43.2px;
}

.one {
    width: 160px;
    height: 160px;
    position: relative;
}

.two {
    width: 160px;
    height: 160px;
    position: absolute;
    transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;
}

.fade {
    transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;
}

span.highlight {
    background-color: #ffffd0;
}