﻿a:link 
{
    font-weight: normal;
    font-size: 12px;
	color: #FFFFFF;
    text-decoration: none;	
}
a:visited {
	color: #FFFFFF;
    text-decoration: none;		
    font-weight: normal;
    font-size: 12px;
}
a:active {
	color: #FFFFFF;
}
a:hover 
{
    text-decoration: none;
	color: #C0C0C0;
}
