﻿body 
{
    
}
.normaltext
{
    font-family: tahoma;
	font-size: 11px;
}
.biggertext
{
    font-family: tahoma;
	font-size: 13px;
}
    
.newstext
{
    font-family: tahoma;
	font-size: 13px;
}

.normaltextwhite
{
    font-family: tahoma;
	font-size: 11px;
	color : White;
}

.boldtextwhite
{
    font-family: tahoma;
    font-size: 11px;
    color: White;
    font-weight: bold;
}

.link
{
    color: white;
    font-family: Tahoma;
    text-decoration: underline;
}
.headertextwhite
{
    
    font-family: tahoma;
	font-size: 15px;
	color : White;
}
.headertextbig
{
    font-family: tahoma;
    font-size: 20px;
    font-weight: bold;
}
