body {
    background-color: black;
    color: white;
}

a {
    color: #ffff77;
}

    a:visited {
        color: #7777ff;
    }

table.gallery td {
    text-align: center;
    /*height: 146px;
	width: 162px;*/
}

    table.gallery td img {
        width: 100px;
        height: 75px;
    }

.flag {
    width: 20%;
    vertical-align: text-top;
}