img {
    border: 0px;
}

.gametable {
}

.gridvert {
    width: 10px;
    height: 100px;
    background: #ffffff;
}

.gridhoriz {
    width: 100px;
    height: 10px;
    background: #ffffff;
}

.gridcross {
    width: 10px;
    height: 10px;
    background: #ffffff;
}

.x {
    width: 100px;
    height: 100px;
    background: url('./images/x.png');
}

.o {
    width: 100px;
    height: 100px;
    background: url('./images/o.png');
}

.b {
    width: 100px;
    height: 100px;
}

.result {
    padding-top: 20px;
    margin-left: 220px;
    font-family: Arial,sans-serif;
    font-weight: bold;
}

a.newgame {
    margin-left: 200px;
    color: #ffffff;   
}

a.newgame:hover {
    color: #ff0000;
}
