/*================================================================
    Alan Byer Volvo - WYSIWYG CSS ==============
=================================================================*/

.Bold
{
	font-weight: bold;
}
.JustifyCenter
{
	text-align: center;
}
.Italic
{
	font-style: italic;
}
.StrikeThrough
{
	text-decoration: line-through;
}


