/* 
    Document   : jevcustom
    Created on : 22-Apr-2013, 14:12:51
    Author     : Tony Partridge - GWE Systems Ltd
    Description: To allow customisation of CSS Strings where they can never be lost.
    Purpose of the stylesheet follows.
*/

a.ev_link_row:link, a.ev_link_row:visited, a.ev_link_row:hover {
    font-size: 1.3rem;

    color: blue;
    text-decoration: none;
    font-weight: normal;
}