body {
	background-color: White;
	background-image: url(background.jpg);	
	background-attachment: fixed;
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 10px 10px 10px 10px;
}
a {
	font-family: Tahoma;
}
a:link {
	color: Navy;
	text-decoration: none;
}
a:visited {
	color : #330099;
	text-decoration: none;
}
a:active {
	color: #3300CC;
	text-decoration: none;
}
a:hover {
	color: #3300CC;
	text-decoration: underline;
}
p {
	text-align: justify;
	text-indent: 25px;
	font-family: Verdana;
	display: list-item;
	list-style-type: none;
}
.p {
	text-align: justify;
	font-family: Verdana;
}
small {
	font-size: xx-small;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana;
}
tr {
	font-size: 13px;
}