A:link {text-decoration: underline;}
A:visited {text-decoration: underline;}
A:active {text-decoration: underline;}
A:hover {text-decoration: none;}

.link:link {text-decoration: underline;}
.link:visited {text-decoration: underline;}
.link:active {text-decoration: underline;}
.link:hover {text-decoration: none;}

.link2:link {text-decoration: none;}
.link2:visited {text-decoration: none;}
.link2:active {text-decoration: none;}
.link2:hover {text-decoration: underline;}

.nounder:link {text-decoration: none}
.nounder:visited {text-decoration: none}
.nounder:active {text-decoration: none}
.nounder:hover {text-decoration: none;}

.langLink{color: #007bc5;}
.whiteLink{color: #FFFFFF;}
.greyLink{color: #616b73;}

.sizeN{font-size: 11px;}

.size11{font-size: 12px;}
.prod1{font-size: 12px;}
.prod2{font-size: 11px;}
.prod3{font-size: 10px;}

.linkBig{
	text-transform:uppercase; 
	color:#FFFFFF; 
	font-size: 11px;
}