.tinytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.watermark {
	background-attachment: scroll;
	background-image:  url(images/watermark.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.normalbold {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
}
.normalunderline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;

}
body {
	background-color: #800000;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	background-attachment: fixed;

}
