.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.alignLeft {
	text-align: left;
}

.alignRight {
	text-align: right;
}

.alignCenter {
	text-align: center;
}

.clear-both {
	clear: both;
}

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

#content ul {
	list-style: disc;
	margin: 10px 40px 10px 40px;
}

#content ol {
	list-style: decimal;
	margin: 10px 40px 10px 40px;
}

#texts-paddings a {
	color: #8c1e32;
	font-weight: bold;
}

/*
#texts-paddings table td {
	border: 1px solid #333;
	padding: 4px;
}
*/