/* LINKS **************************************************************/
.links_head{
	background-image: url(bg_linkshead.jpg);
	font-size: 16px;
	font-weight: bold;	
	text-align: center;
}

.links_title{
	background-image: url(bg_linkstitle.jpg);
	color: #F3F0A5;
	font-size: 14px;
	font-weight: bold;
	text-align: center;	
}

.links{
	background-color: #F4ECDA;
	font-size: 12px;
	font-weight: bold;	
	text-align: center;		
	width: 50%;
}

.links a:link {
    color: #4A029C;
    text-decoration: none;
}

.links a:visited {
    color: #002FDE;
    text-decoration: none;
}

.links a:hover {
    color: #000000;
    text-decoration: underline;
}

.links a:active {
    color: #0B9E00;
    text-decoration: underline;
}