body	
	{
		font-family			:	Haettenschweiler,Verdana;
		font-size			:	13px;
		color					: 	white;
		margin				:	0px; 
		width					:	100%;
		background-color	:	black;
	}
/*
		the anchors must appear in this order to work properly
		a:link { }
		a:visited { }
		a:hover { }
		a:active { } 	
	*/
caption
	{
		font-size:14px;
		color: white;
	}
img
	{
		border-style:none;
	}
h3
	{
		font-family				:	Lucida sans unicode,Verdana;
		font-size				:	20px;
	}
p
	{
		font-size:16px;
	}
td a
	{
		color							:	lightblue;
		text-decoration			:	none; 
		cursor						:	hand;
	}
td a:visited
	{
		text-decoration			:	none; 
		cursor						:	hand;
		color							:	pink;
	}
td a:hover 
	{	
		background-color			: 	lightblue; 
		color							:	white;
		text-decoration			:	none; 
	}	
#fred
{
		font-family				:	Lucida sans unicode,Verdana;
		font-size				:	15px;
		color						: 	white;
		margin					:	0px; 
		background-color		:	blue;
}
#Title
	{
		background: black url(Images/Adrian.jpg) no-repeat center;
	}
#Footer
	{	
		position				:	relative;
		top					:	+20px;
		left					:	+14px;
		background-color	:	black;
	}
#Footer a
	{
		font-family			:	Haettenschweiler,Verdana;
		font-size			:	10px;
		color					:	white;
		text-decoration	:	none;
	}
