﻿body
{
   
    }
.SmallCaps {
	font-family: Tahoma;
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	text-indent: 20px;
	 text-decoration: none;
}
.SmallCaps:hover
{
    font-family: Tahoma;
    font-size: 12px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: bold;
    text-align: left;
    text-indent: 20px;
    text-decoration: none;
}
.txt
{
	color: black;
	font-variant: normal;
}