﻿.Label
{
    font-size: 12px;
    font-weight: bold;
}

.LabelNote
{
    font-size: 14px;
    font-weight: bold;
}

.JournalTitle
{
    text-decoration: underline;
}

.Author
{
    font-weight: bold;
}

.ArticleTitle
{
    font-size: 14px;
    font-weight: bold;
    color: #004680;
}
    
.Citation
{
    font-weight: normal;
    font-size: 13px;
}

a.Citation:link
{
    text-decoration: none;
    color: #000000;
    font-weight: normal;
    font-size: 13px;
}

a.Citation:active
{
    text-decoration: none;
    color: #004680;
    font-weight: normal;
    font-size: 13px;
}

a.Citation:hover
{
    text-decoration: none;
    color: #004680;
    font-weight: normal;
    font-size: 13px;
}

a.Citation:visited
{
    text-decoration: none;
    color: #004680;
    font-weight: normal;
    font-size: 13px;
}

