﻿
.xxlarge
{
    font-size:26px;
}

.xsmall
{
    font-size:12px;
}       

.Bold
{
    font-weight:bold;
}

.color
{
    color:#66ccff;
}

.centerText
{
    text-align:center;
}

.fontFamily
{
    font-family:Verdana;    
}

.decoration
{
    text-decoration:none;   
}

a:link {
COLOR: #999999;
text-decoration:none;
}
a:visited {
COLOR: #66ccff;
text-decoration:none;
}
