.centre {
	text-align: center;
}

.right {
	text-align: right;
}

.inverse {
    color: rgb(0,100,100);
    background: rgb(255,255,200);
}

.caption {
    text-align: center;
    font-size: x-large;
    vertical-align: top;
}

.top {
    vertical-align: top;
}

.bottom {
    vertical-align: bottom;
}

img.sensitive {
    border: none;
}

body {
    font-size: small;
    background: rgb(0,100,100);
    color: rgb(255,255,200);
    font-family: "Trebuchet MS",Arial,sans-serif;
}

table {
    /* margin-left: 10%;
    margin-right: 10%; */
    color: rgb(0,100,100);
    background: rgb(255,255,200);
}

table.main {
	width: 760px;
	margin: auto;
}

td.panel {
	width: 250px;
	text-align: center;
}

td.panelleft {
	width: 250px;
}

td.pix {
	width: 120px;
}

p.date {
	text-align: center;
    background: rgb(0,100,100);
    color: rgb(255,255,200);
}

a:link {
    color rgb(0,0,100);
}
