﻿.NormalSize
{
	font-size:11px;
}

.MediumSize
{
	font-size:14px;
}

.LargeSize
{
	font-size:18px;
}

.Color1
{
	color:White;
}

.Color2
{
	color:Red;
}

.Color3
{
	color:Yellow;
}

.Color4
{
	color:Green;
}


.ColorRed
{
	color:Red;
}

.UpperCase
{
	text-transform:uppercase;
}

.Bold
{
	font-weight:bold;
}


