        .sportDIV {
            margin-left: 15px;
            margin-top: 35px;
            font-style: italic;
            font-size: 40px;
            border: 2px outset;
            border-color: 006600;
            color: 006600;
}
        .categoryDIV {
            margin-left: 45px;
            margin-top: 25px;
            font-size: 30px;
            font-style: italic;
            color: 006600;
        }
        .tournamentDIV {
            margin-left: 75px;
            margin-top: 15px;
            font-size: 20px;
            font-style: italic;
            color: 006600;
        }
        .title {
                font-size: 15px; 
                color: 006600; 
                font-style: italic
        }
        .wrapper {
            margin-left: 50px;
            margin-top: 10px;
        }
        .header {
            width: 800px;
            padding-top:    35px;
            padding-left:   5px;
            border-bottom-width: 2px;
            border-bottom-color: 009900;
            border-bottom-style: solid;
        }
        .row {
            width: 800px;
            padding-top:    5px;
            padding-left:   5px;
            border-bottom-width: 1px;
            border-bottom-color: black;
            border-bottom-style: dotted;
            cursor: pointer;
        }
        .matchID {
            float:  left;
            width:  200px;
            text-align: center;
        }
        .odds {
            float:  left;
            width:  70px;
            text-align: center;
        }
        .date {
            float:  left;
            width:  240px;
            text-align: center;
        }
        .match {
            float:  left;
            width:  360px;
            text-align: center;
        }
        .clear{
            clear:      both;
        }      

