td img {display: block;}
.bold {
	font-weight: bold;
}
.strong {font-size: larger}
.address {
	padding: 12px;
	text-align: right;
}
body {
	color: #FFFFFF;
	background-color: #000000;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
}
.small {
	font-size: smaller;
	font-style: italic;
}

address {
	font-size: small;
	color: #AAAAAA;
	text-align: center;
}