body {
	background-image: url('images/background.jpg');
	background-repeat: repeat
	font-family: times;
	font-weight: normal;
	font-size: 14px;
	text-align: justify;
	color: black;
}

h1 {
	font-family: arial;
	font-size: x-large;
	font-weight: bold;
	color: black;
}
h2 {
	font-family: arial;
	font-size: large;
	font-weight: bold;
	color: black;
}
h3 {
	font-family: arial;
	font-size: medium;
	font-weight: bold;
	color: black;
}