.bold{
	font-weight: bold;
}

.italic{
	font-style: normal;
	background-color: #aaffaa;
	font-size: 105%;
	font-weight: bold;
	padding: 0.1em 0.5em;
}

.underline{
	text-decoration: underline;
}

.right{
	text-align: right;
}

.center{
	text-align: center;
}
