﻿/*********************************/
/* CSS Coding for the Hyperlinks */
/*********************************/

/* Header Email Link Settings */

.linka, .linka:visited, .linka:link {
    color: #fff;
    font-size: 14px;
    font-family: Georgia;
    font-weight: normal;
    text-decoration: none;
}

.linka:hover, .linka:active {
    color: #fff;
    font-size: 14px;
    font-family: Georgia;
    font-weight: normal;
    text-decoration: underline;
}

/* Designed By Link Settings */

.linkb, .linkb:visited, .linkb:link {
    color: #ccc;
    font-size: 12px;
    font-family: Georgia;
    font-weight: normal;
    text-decoration: none;
}

.linkb:hover, .linkb:active {
    color: #ccc;
    font-size: 12px;
    font-family: Georgia;
    font-weight: normal;
    text-decoration: underline;
}



/* Navigation Link Settings */

.linkc, .linkc:visited, .linkc:link {
    color: #ccc;
    font-size: 13px;
    font-family: Verdana;
    font-weight: normal;
    text-decoration: none;
}

.linkc:hover, .linkc:active {
    color: #ccc;
    font-size: 13px;
    font-family: Verdana;
    font-weight: normal;
    text-decoration: underline;
}

/* Paragraph Content Link Settings */

.linkd, .linkd:visited, .linkd:link {
    color: #fff;
    font-size: 12px;
    font-family: Verdana;
    font-weight: normal;
    text-decoration: underline;
}

.linkd:hover, .linkd:active {
    color: #fff;
    font-size: 12px;
    font-family: Verdana;
    font-weight: normal;
    text-decoration: underline;
}

/* David Todd Photography Footer Link Settings */

.linke, .linke:visited, .linke:link {
    color: #fff;
    font-size: 12px;
    font-family: Georgia;
    font-weight: normal;
    text-decoration: none;
}

.linke:hover, .linke:active {
    color: #fff;
    font-size: 12px;
    font-family: Georgia;
    font-weight: normal;
    text-decoration: underline;
}