table.posta {
	border-top: 1px solid #DDD;
	border-right: 1px solid #DDD;
	margin: 0 auto;
}

table.posta td, table.posta th {
	padding: 2px 6px;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #DDD;
	font-size: 13px;
	text-align: left;
}

td a {
	text-decoration: none;
}

/* ok */
tr.status0 {
	background-color: #DFD;
}

/* deleted file */
tr.status1 {
	background-color: #FFD;
}

/* deleted by time */
tr.status2 {
	background-color: #FDD;
}

p {
	text-align: center;
}
h1 {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

p a {
	font-size: 14px; 
	font-weight: bold;
}


