a:link, a:active, a:visited {
    color: #366389;
}
a:hover {
    color: #366389;
}

#main {
    background-image: url(back.jpg);
    background-color: gray;
    background-repeat: repeat;
}

.sidebar, #feature-tab-area, #content {
    border : 1px inset silver;
    background-color: silver;
}

/* FOR THE TABS */

a.tab.active-tab, a.tab.active-tab:active, a.tab.active-tab:visited {
    background-color: silver;
    color: #000000;
}

a.tab:hover {
    background-color: #d0d0d0;
    color: black;
}
a.tab {
    border-style: inset;
}
