
body {
	background-attachment: fixed;
	background-color: #000000;
	background-image:   url(phenyx-white.jpg);
	background-repeat: no-repeat;
}
table {
	border: thin solid #000000;
}
p {
		color: #000000;
	
}
A:link {text-decoration: none;
	color: #660099;
	} 
A:visited {text-decoration: none;
	color: #660099;
	font-weight: bolder;} 
A:active {text-decoration: none;
	color: #660099;
	font-weight: bolder;} 
a:hover {
		color: #660099;
	font-weight: bolder;
	text-decoration: underline;
}
td {
	border: 1px solid #CCCCCC;
}