a {
	color: #f00;
	font-size: 15px;
	font-weight: bold;
}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;}


#portf a {
	font-size: 15px;
	font-weight: bold;
}
#portf a:link {
	color: #000;
	text-decoration: none;
}
#portf a:visited {
	color: #000;
	text-decoration: none;
}
#portf a:hover {
	color: #f00;
	text-decoration: underline;
}

img {border-color: #000;}