﻿.stTextHeaderLarge {
    font-family: 'Times New Roman', Times, serif;
    font-size: x-large;
    color: darkblue;
}

.stHeadingSub{
    font-size:larger;
    font-weight:bold;
    color:darkslategrey;
}

.stParaStandard {
    font-family: 'Times New Roman', Times, serif;
    font-size: large;
    color: black;
}

.stParaMarginBottom {
    margin-top: 0px;
    margin-bottom: 12px;
}

.stParaMarginBottomHalf {
    margin-top:0px;
    margin-bottom:6px;
}

.stHyperLink {
    font-size:large;
    font-style:italic;
    color:blue;    
}

.stNowPlaying {
    font-family:'Times New Roman', Times, serif;
    color: maroon;
    font-size: medium;
    font-weight:normal;
}

.stDropDown {
    border-radius: 4px;
    border-color: darkkhaki;
    border-width: 1px;
    background-color: snow;
    color:midnightblue;
    font-size: medium;
    font-family: 'Times New Roman', Times, serif;
}
