﻿.bold
{
	font-weight: bold;
}

.italic
{
	font-style: italic;
}

.underline
{
	text-decoration: underline;
}

.no-decoration
{
	text-decoration: none;
}

.align-left
{
	text-align: left;
}

.align-right
{
	text-align: right;
}

.align-justify
{
	text-align: justify;
}

.align-center
{
	text-align: center;
}

.font-fixed
{
	font-family: Courier New;
}

.clear-both
{
	clear: both;
}