body	{	color:			#9999DD;
		background-color:	#000044;
		background-image:	url(/background.jpg);
		background-attachment:	fixed;
		text-align:		center;
	}

a.title		{ color:#9999DD; text-decoration:none; font-size:x-large }
a.title:visited { color:#9999DD; }

a:link		{ color:#9999DD; text-decoration:underline; }
a:visited	{ color:#AAAADD; }
a:hover		{ color:#EE99DD; }
a:active	{ color:#FFFFFF; }
a:focus		{ color:#00FF00; }

