/*.paragraph-link {
background-color: none;
color: #6495ED;
font-style: italic;
}

.paragraph-link:hover {
background-color: #6495ED;
color: #000000;
}*/

.justify {
text-align: justify;
}

.italic {
font-style: italic;
}

.bold {
font-weight: bold;
}

.caption {
margin: .5em 0 .5em 0;
font-style: italic;
font-family: Times New Roman, Times, serif;
font-size: 90%;
text-align: center;
color: #FFFFFF;
}

.small-caps {
font-variant: small-caps;
}

.center {
text-align: center;
}

.label {
position: relative;
/*width: 100%;*/
font-weight: bold;
font-variant: small-caps;
font-size: 1em;
color: #FFFFFF;
letter-spacing: .4em;
overflow: hidden;
}

.small {
font-size: small;
}