/**Main table for homepage **/
#topic_section { /**
    border:2px ridge #000; **/
    width: 90%;
    padding: 0;
    margin: 0;
    margin-left: 5%;
    background: url(../image-files/extras/img/gr-darkblue.png) repeat-x;
    -webkit-box-shadow: 0 7px 7px rgba(0, 0, 0, .6);
    -moz-box-shadow: 0 7px 7px rgba(0, 0, 0, .6);
}

#topic_section ul {
    list-style-type: none;
}

.mainlist h3 {
    text-align: center;
    color: yellow;
    font-weight: bolder;
    font-size: 125%;
    padding: 0;
    margin: 0;
    text-shadow: 5px 5px 5px rgba(0, 0, 0, .7);
}

.mainlist li { /**
     border:purple solid 1px; **/
    text-align: center;
    display: inline-table;
    width: 30%;
    margin-top: 2%;
}

.mainlist ul {
    padding: 0%;
}

.topicsublist li {
    border: 0;
    display: block;
    width: 100%;
    padding: 0;
}

#topic_section img {
    float: right;
    width: 19%;
    padding-bottom: 1%;
    background-color: transparent;
    margin-right: 15%;
    margin-top: 2%;
}

#topic_section a:hover {
    color: #000;
    font-size: 120%;
    background-color: transparent;
}

#topic_section a {
    color: #400040;
    font-weight: bolder;
}

/*****************/