a.top:link ,
a.top:visited {
font-size: 16px;
font-weight: bold;
color:#000080;
text-decoration: underline;
}
a.top:hover ,
a.top:active {
font-size: 16px;
font-weight: bold;
color: #ff1493;
text-decoration: none;
}
a:hover img {
filter: alpha(opacity=60);
opacity: 0.6;
}
 
a:hover img {
	filter:alpha(opacity=60);
	opacity:0.6;
}

.Left.border {
    border: #c0bcbc solid 1px;
}