body {
	background-image: url(../img/bg.gif);
	color: #444444;
}
h1 {
	text-align: center;
	font-family: "Comic Sans MS";
}
p {
	font-family: "Comic Sans MS";
	white-space: normal;
	text-indent: 10px;
	text-align: justify;
	
}
hr {
	background-color: #FF0000;
	color: #FF0000;
}
img {
	margin: 8px;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:link {
	color: #FF0000;
}
.centr {
	text-align: center;
	background-position: center;
}
a:hover {
	letter-spacing: 3px;
	word-spacing: 3px;
	color: #666666;
}
