@charset "utf-8";
/* CSS Document */
html {
	background-image:url(wall.jpg);
}
body {
	margin:15px 40px 40px 40px;
}
img {
	border:0px;
	margin:0px;
	padding:0px;
}
p {
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:130%;
	margin:0px 25px;
	padding:0px;
	font-size:11px;
	color:#333333;
	width:236px;
}
a {
	color:#333333;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
i a {
	text-decoration:none;
}