@import url();

body {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 10pt;
	line-height: 16pt;
	text-align: center;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background:grey;
	color: rgb(0, 0, 0);
}

a, a:link, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

h1 {
	font-size: 20pt;
	font-weight: bold;
	border-bottom: solid 2px black;
}

p {
	text-align:justify;
}

.content {
	margin:0 auto;
	width:400px;
	padding:20px;
	background:white;
}