a {
	text-decoration: underline;
	color: blue;
}
a:hover {
	text-decoration: underline;
	color: blue;
	font-weight : 900;
}
img.ram {
	border: 5 groove;
}