﻿a, a:link, a:visited
{
    color: #000;
    text-decoration: none;
}

a:hover, a:active
{
    text-decoration: underline;
}


/*## ORANGE ########################################*/
a.orange, a.orange:link, a.orange:visited
{
    color: #FFF;
    text-decoration: none;
}

a.orange:hover, a.orange:active
{
    color: #F90;
}
/*##################################################*/


/*## HEADER ########################################*/
#header .leftColumn h1 a
{
    display: block;
    height: 75px;
    text-decoration: none;
    width: 310px;
}
/*###################################################*/


/*## MAIN IMAGE STRIP ##############################*/
#mainImageStrip ul li.guestbook a
{
    text-decoration: none;
}
/*##################################################*/


/*## GUESTBOOK ENTRIES #############################*/
#addComment a
{
    background: transparent url(../../Images/Backgrounds/add.png) no-repeat left center;
    display: block;
    height: 16px;
    line-height: 16px;
    padding-left: 20px;
}
/*##################################################*/


/*## FOOTER ########################################*/
#footer a
{
    color: #474139;
}
/*##################################################*/

