a:link {
	color: #990000;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	text-decoration: underline;
	color: #AC4E4E;
	font-weight: bold;	
}
a:hover {
	text-decoration: none;
	color: #880000;
	font-weight: bold;	
}
a:active {
	text-decoration: underline;
	color: #990000;
	font-weight: bold;	
}
.pic {
	border: 1px solid #000000;
}
