.font-small-white {
	font-size: 12px;
	line-height: 150%;
	color: #FFFFFF;
}
.font-small-red {
	font-size: x-small;
	line-height: 150%;
	color: #FF0000;
}
.font-small-yellow {

	font-size: small;
	line-height: 120%;
	color: #FFFF00;
}
.font-small-white2 {

	font-size: x-small;
	line-height: 150%;
	color: #FFFFFF;
}

.font-middle-white {
	font-size: 14px;
	line-height: 150%;
	color: #FFFFFF;
}

a:link{
        /*  text-decoration:none; */
            color:#ffff00;
            }
a:active{
            color:#ff6699;
        /*  text-decoration:none; */
            }
a:visited{
            color:#d2b48c;
        /*  text-decoration:none; */
            }
a:hover{
            color:#626262;
            }
