body{
	background-color:skyblue;
}
a{
	color: #333333;
	text-decoration: none;
}
a:hover{
			font-weight: bold;
			color: dodgerblue;
}
img {
	margin: 4px 0px 0px 10px;
}
