body {
	color: white;
	background-color: black !important;
}

a {
	color: #FFFF00;
}

table.rte-table {
    border-collapse: separate;
    border-spacing: 0.0625em;     
    width: 26em;   
    margin-bottom: 1em;   
}

table.rte-table tr {
	color: #FFFFFF;
}
table.rte-table td {
	background-color: #333333;
	padding: 0.3125em;
	font-size: 0.6875em;
}
