body {
	background: url(/_includes/images/backgrounds/bg_Body.jpg) center top #000000;
	color:white;
	margin-top: 15px;
	text-align:center;
}

table.popup_image {
	margin:0;
}

a {
	border:1px solid darkred;
	font-weight:bold;
	margin-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	font-size:12px;
	line-height:20px;
	height:20px;
}
a:link, a:visited, a.active {
	color: darkred;
	background-color: orange;
	text-decoration: none;
}
a:hover {
	color:gold;
	background-color:darkred;
	text-decoration:none;
}