@import url();

body {
	font-size: 14px;
	background-color: #d0d0d0;
	color: #000000;
	margin: 0px;
}

a, a:link, a:visited {
	color: blue;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

a img {
	border: 2px solid #1590fa;
}


h1 {
	font-size: 1.5em;
	font-weight: bold;
}
