.white{color: #FFF;}

.red
{
	color: #a20005;
}
.blue
{
	color: blue;
}
.pink
{
	color: pink;
}
.green
{
	color: green;
}
.yellow
{
	color: yellow;
}
.magenta
{
	color: magenta;
}
.lightblue
{
	color: lightblue;
}
.orange
{
	color: orange;
}
.strong
{
	font-weight: bold;
}
.italic
{
	font-style: italic;
}
.under
{
	text-decoration: underline;
}
.center
{
	text-align: center;
	margin: 0 auto;
}

.f64
{
	font-size: 64px;
}
.f28
{
	font-size: 28px;
}
.f26
{
	font-size: 26px;
}
.f24
{
	font-size: 24px;
}
.f22
{
	font-size: 22px;
}
.f20
{
	font-size: 20px;
}
.f18
{
	font-size: 18px;
}
.f16
{
	font-size: 16px;
}
.f14
{
	font-size: 14px;
}
.f12
{
	font-size: 12px;
}
.f12
{
	font-size: 12px;
}
.img_bbcode{
	display: inline-block;
	max-width: 80%;
	max-height: 600px;
}
.video_bbcode {
	display: inline-block;
	margin: auto 0;
	height: 360px;
	width: -webkit-calc(360px * (16 / 9));
	width: -moz-calc(360px * (16 / 9));
	width: calc(360px * (16 / 9));
}