A:link, A:visited, A:active {
	text-decoration: none; 
	color: rgb(255,255,255);
}
A:hover { 
	font-style: italic; 
	color: rgb(255,255,255); 
}
body {
	background-color: #595996;
}
