/** Forrest Ministries Portal CSS **/
.DnnModule {
    z-index: 1;
}
/* General CSS Settings */

a {
    font-family:'Times New Roman', Times, serif;
    color: #F46A25;
    text-decoration: none;
}
a:visited {
    font-family: 'Times New Roman', Times, serif;
    text-decoration: underline;
    color: #be4d00;
}
a:hover {
    font-family: 'Times New Roman', Times, serif;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: bold;
    color: #803100;
}
h1 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 2em;
    font-weight: bold;
    color: #be4d00; 
    text-align: center;
}




