	body {
		margin-left: 10%;
		margin-right: 10%;
		font-family: Tahoma;
		font-size: 75%;
		text-align: justify;
		background-repeat: no-repeat;
		background-attachment: fixed;
	}
	:link {
		color: rgb(0, 0, 153);
		background-color : transparent;
	}  /* for unvisited links */
	:visited {
		color: rgb(153, 0, 153);
		background-color : transparent;
	} /* for visited links */
	:active {
		color: rgb(255, 0, 102);
		background-color : transparent;
	} /* when link is clicked */
	:link:hover, :visited:hover {
		color: rgb(0, 96, 255);
		background-color : transparent;
	} /* when mouse is over link */
	a.plain {
		text-decoration: none;
		font-weight: bold;
		background-color : transparent;
	}
	tr.odd {background-color: #fefdcb}
	tr.even {background-color: #ffffff}
	P {
		font-size: small;
	}
	p.smaller { font-size: 75%}
	DIV { font-size: small}
	th {background-color: #dbdbdb;
		color: #7319A7}
	table {border-style: none;}
	OL {list-style-type: none}

