/* clear DIV */
div.clear
{
	clear: both;
	height: 1px;
	background: transparent;
}

/* foreground colors */
.red
{
	color: #f00;
}

.green
{
	color: #0f0;
}

.blue
{
	color: #00f;
}

.black
{
	color: #000;
}

.white
{
	color: #fff;
}

/* background colors */
.bg-red
{
	background: #f00;
}

.bg-green
{
	background: #0f0;
}

.bg-blue
{
	background: #00f;
}

.bg-black
{
	background: #000;
}

.bg-white
{
	background: #fff;
}

/* font-sizes */
.smaller
{
	font-size: 0.8em;
}
