.BoldAndBigger {
	font-weight: bold;
	font-size: 130%;
}

.BoldAndRed {
	font-weight: bold;
	color: #FF0000
}

