.text-bold
{
    font-weight:bold;
}

.text-italic
{
    font-style: italic;
}

.text-underline
{
    text-decoration:underline;
}

.text-tablehead
{
    font-size:24px;
}

.text-big
{
    font-size:24px;
}

.text-vertical-top
{
    vertical-align:top;
}