body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #330000;
	background-color: #ffdbca;
	background-repeat: no-repeat;
	background-position: center center;
	text-decoration: none;
	background-image: none;
	background-attachment: fixed;
	margin-top: 0;
	margin-bottom: 0;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: normal;
	text-align: justify;
	word-spacing: normal;
	list-style-position: inside;
	list-style-type: disc;
}

p,td {
    text-align: justify;
	margin-bottom: 3;
	margin-top: 0;
}

a:link {
	color: #330000;
}
a:visited {
	color: #330000;

}
a:hover {
	color: #FF6600;
}
a:active {
	color: #FF6600;
}

