/* LINKS STYLESHEET FOR INGRIDAFRASER.CO.UK */

a:link,
a:visited
{
    color:#4a4a4a /* #600416 */;	
    text-decoration:underline;
}

a:hover,
a:active
{
    color:#3c5629 /* 1F4E74 */;
    text-decoration:none;
}

a.menulink:link
{
    color:#3c5629 /* D7CEBB */;	
    text-decoration:none;
    font-weight:bold;
    font-size:11px;
}

a.menulink:visited
{
    color:#3c5629 /* D7CEBB */;	
    text-decoration:none;
    font-weight:bold;
    font-size:11px;

}

a.menulink:hover
{
    color:#ffffff /* ffffff */;
    text-decoration:none;
    font-weight:bold;
    font-size:12px;

}

a.menulink:active
{
    color:#ffffff;
    text-decoration:none;
    font-weight:bold;
    font-size:12px;
}

a.breadcrumb:link
{
    color:#4a4a4a /* #600416 */;	
    text-decoration:underline;
}

a.breadcrumb:visited
{
    color:#4a4a4a /* #600416 */;	
    text-decoration:underline;
}

a.breadcrumb:hover
{
    color:#3c5629 /* #1F4E74 */;
    text-decoration:underline;
}

a.breadcrumb:active
{
    color:#3c5629 /* #1F4E74 */;
    text-decoration:underline;
}

a.imagelink:active
{
    color: #8a9b74 /* #D7CEBB */;
    text-decoration:none;
}

a.imagelink:visited
{
    color: #8a9b74 /* #D7CEBB */;
    text-decoration:none;
}

a.imagelink:hover
{
    color: #8a9b74 /* #D7CEBB */;
    text-decoration:none;
}

a.empty_link:link
{
    color:#FF0000;	
    text-decoration:blink;
}

a.empty_link:visited
{
    color:#FF0000;	
    text-decoration:blink;
}

a.empty_link:hover
{
    color:#FF0000;
    text-decoration:blink;
}

a.empty_link:active
{
    color:#FF0000;
    text-decoration:blink;
}