body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

	background: #FFFFCE repeat-x;	
}


body,td,th {
	color: #91031B;
	
}


a:link {
	color:#91031B;
	text-decoration: none;
}
a:hover {
	color: #8BA13F;
	text-decoration: none;
}
a:active {
	color: #91031B;
	text-decoration: none;
}
a:visited {
	color: #91031B;
	text-decoration: none;
}

.added.cells {
	text-align: center;
	float: left;
	border: 2px solid #900;
}
.added {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	text-align: center;
	margin: 2px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #900;
}
