.normal {
	color: #FFFFFF;
}
.address {
	font-weight: bold;
	color: #FF0000;
}
.captions {
	text-align: right;
	padding-right: 10px;
}
.red {
	color: #FF0000;
}
a:link {
	color: #FF0000;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #CC3300;
	text-decoration: underline;
}
