a:link { color: #FFFFFF; text-decoration:none}
a:visited { color: #FFFFFF; text-decoration:none}
a:hover { color:#FFFFFF; text-decoration: none}
a:active { color:#FFFFFF}

body {
	background-image: url(image001.jpg);
	background-repeat: repeat;
	margin:50px 100px;
	padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:left; /* Hack for IE5/Win */
	margin-top:70px;
	color: #FFFFFF;
	text-decoration: none;
	}
td { font:"Times New Roman", Times, serif;
	font-style:italic;
	}
		
