body {
font-family : Georgia;
}

A[href]:link {
        color : #0036CC;
        font-style : normal;
        text-decoration : none;
}

A[href]:visited {
        color : #0036CC;
        font-style : normal;
        text-decoration : none;
}

A[href]:hover {
        color : #0036FF;
        font-style : normal;
        text-decoration : underline;
}

A[href]:active {
        color : #FFE5BF;
        font-style : normal;
        text-decoration : underline;
}

#GuideTable td {
border : 1px solid #000000; 
padding-left : 7px; 
padding-right : 7px;
height : 30px; 
text-align : center;
font-size : .9em;
}
#GuideTable A[href]:link {
        color : #f1f1f1;
        font-style : normal;
        text-decoration : none;
}

#GuideTable A[href]:visited {
        color : #f1f1f1;
        font-style : normal;
        text-decoration : none;
}

#GuideTable A[href]:hover {
        color : #ffffff;
        font-style : normal;
        text-decoration : underline;
}

#GuideTable A[href]:active {
        color : #ffffff;
        font-style : normal;
        text-decoration : underline;
}

#LeftLinks A[href]:link {
        color : #f1f1f1;
        font-style : normal;
        text-decoration : none;
}

#LeftLinks A[href]:visited {
        color : #f1f1f1;
        font-style : normal;
        text-decoration : none;
}

#LeftLinks A[href]:hover {
        color : #ffffff;
        font-style : normal;
        text-decoration : underline;
}

#LeftLinks A[href]:active {
        color : #ffffff;
        font-style : normal;
        text-decoration : underline;
}
#LeftTable A[href]:link {
        color : #f1f1f1;
        font-style : normal;
        text-decoration : none;
}

#LeftTable A[href]:visited {
        color : #f1f1f1;
        font-style : normal;
        text-decoration : none;
}

#LeftTable A[href]:hover {
        color : #ffffff;
        font-style : normal;
        text-decoration : underline;
}

#LeftTable A[href]:active {
        color : #ffffff;
        font-style : normal;
        text-decoration : underline;
}

