﻿/* Ohio PIA CSS Document */

/*  FONT STYLES */

a:link, a:visited, a:active {
    color: #0054a6;
    }
    
a:hover, a:visited:hover {
    color: #666;
    text-decoration: none
    }
    
.subTitle, .newsTitle {
    color: #252525;
    font-weight: bold;
    font-size: 14px;
    font-family: Arial, Sans-Serif
    }
    
.redSubHead {
    color: #c31200;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase
    }
    
.redSubHead a:link, .redSubHead a:active, .redSubHead a:visited,
a.redSubHead:link, a.redSubHead:active, a.redSubHead:visited {
    color: #c31200;
    font-weight: bold;
    font-size: 13px;
    text-decoration: underline
    }
    
.redSubHead a:hover, .redSubHead a:visited:hover,
a.redSubHead:hover, a.redSubHead:visited:hover {
    color: #666;
    text-decoration: none
    }    
    
.subHead {
    color: #cc9933;
    font-size: 16px;
    text-transform: uppercase;
        font-weight: bold;
    }
    
.subsubhead, .subsubHead {
    color: #666;
    font-weight: bold;
    font-size: 14px;
    }
