h1 {
	color: #4E3656;
}
a {
	color: #4D365A;
	font-weight: bold;
}
.myimages {
	margin:2px;
	border: 1px solid #6600FF;	
}
.myimages:hover {
	margin:2px;
	border: 1px dashed #6600FF;	
}a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #4D365A;
}
