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

*{
  margin:0px;
  padding:0px;
}

body {
	background-color: #FFFFFF;
	background-image: url(background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.paragraph {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #6c0206;
}
.subheading {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #6c0206;
}
.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #6c0206;
}
