
#themes {
    border: 1px solid #888;
    margin: 20px 10px;
    padding: 8px 8px;
    width: 80%;
    }

#themes .heading {
    font-size: 110%;
    font-weight: bold;
    }

#themes table {
    width: 100%;
    margin: 0px 40px;
    }

#themes table td {
    border: 1px solid #333;
    padding: 5px;
    width: 50%;
    color: #fff;
    }
    
#themes table td .smallheading {
    font-weight: bold;
    font-size: 120%;
    }    

#themes table #boys {
    background-color: #B78958;
    }

#themes table #girls {
    background-color: #976C42;
    }

#themes table #adults {
    background-color: #AD8C5F;
    }

#themes table #all {
    background-color: #BC8147;
    }        
    
    