﻿.colorwayDescriptor
{
    display: block;
    text-align: center;
    width: 200px;
    padding: 10px 0px 10px 40px; // top right bottom left
}

.fontDescriptor
{
}

.smallFontText
{
   	font-size: 9pt;
}

.normalFontText
{
   	font-size: 11pt;
}

.bigFontText
{
   	font-size: 14pt;
}

.biggerFontText
{
   	font-size: 18pt;
}

.biggestFontText
{
   	font-size: 24pt;
}
