﻿/** BB Code Stylesheet **/

.bold
{
    font-weight: bold;
}

.italic
{
    font-style: italic;
}

.strikethrough
{
    text-decoration: line-through;
}

.underline
{
    text-decoration: underline;
}

.center
{
    text-align: center;
}

.left
{
    text-align: left;
}

.right
{
    text-align: right;
}