Body {
	background-color: #000000;
	background-image: Url("xraynorton.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right bottom;

	font-family: "verdanda" , Arial ,Sans-serf;
	color: White;
	font-size: 20px;
	
}

a {
	color: white;
	font-family: "verdanda" , Arial ,Sans-serf;
	font-size: 12px;
	text-decoration: none;
}
a:link {
	color: white;
	font-family: "verdanda" , Arial ,Sans-serf;
	font-size: 12px;
}
a:visited{
	color: gray;
	font-family: "verdanda" , Arial ,Sans-serf;
	font-size: 12px;
}
a:hover {
	color: white;
	font-family: "verdanda" , Arial ,Sans-serf;
	font-size: 12px;
	Font-weight: bold;
	background-color: gray;
}

