﻿@media screen
{
    a:link {
	    font-weight: bold;
	    text-decoration: none;
	    color: #D10601;
    }
    a:visited {
	    font-weight: bold;
	    color: #D10601;
	    text-decoration: none;
    }
    a:hover {
	    font-weight: bold;
	    color: #D10601;
	    text-decoration: underline;
    }
    a:active {
	    font-weight: bold;
	    color: #003680;
    }
    #login_subheading a {
            color: #FC8787;
    }
    .newsLinks
    {
		color:#D10601;
		font-weight:bold;
		font-size:.8em;
    } 
}
