    a.thickbox:link {
        color: black;
        }
    a.thickbox:visited {
        color: black;
    }
    a.thickbox:hover {
        color: black;
    }
    a.thickbox:active {
        color: black;
    }

    .wrapper {
            margin-left: 50px;
            margin-top: 50px;
        }
        .header {
            width: 800px;
            padding-top:    5px;
            padding-left:   5px;
            border-bottom-width: 2px;
            border-bottom-color: blue;
            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;
        }
        .matchID {
            float:  left;
            width:  200px;
            text-align: center;
        }
        .date {
            float:  left;
            width:  240px;
            text-align: center;
        }
        .match {
            float:  left;
            width:  360px;
            text-align: center;
        }
        .clear{
            clear:      both;
        }

