body {
	background-color: #000000;
	border-style: none;
	color: #ffff00;
}

img {
	border-style: solid;
	border-color: #000000;
	border: 2px;
	width: 100px;
}

img:hover {
	border-color: #ff0000;
}

img#nolink:hover {
	border-color: #000000;
}

a {
	text-decoration: none;
}

a:link {
	color: #ffff55;
}

a:visited {
	color: #55ff55;
}

a:hover {
	color: #ff2222;
}

td {
	text-align: center;
	vertical-align: middle;
}

table {
	margin-left: auto;
	margin-right: auto;
}

.tf_bottom {
        text-align: center;
        font-weight: bold;
}

.back_link {
        font-weight: bold;
        text-align: center;
}

