body {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	margin: 0px;
}
p {
}
h1 {
	font-size: x-large
}
h2 {
	font-size: medium
}
h5 {
	font-size: xx-small
}
h4 {
	font-size: small
}
p.small {
	margin-top: -5px;
	font-size: 11px;
	font-weight: bold;
	color: #323232;
}

