@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	background-image: url(pic.jpg);
	height: 400px;
	width: 400px;
	margin-top: 20px;
}
h2 {
	color: #990099;
	font-size: 20.5px;
}
.text {
	font-size: 14px;
	color: #000000;
	font-weight: normal;
}

.wrap {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}

a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #F277AE;
	text-decoration: underline;
}

