body
{
		color:				black;
		background:			#fff;
		
		font-family:		"Georgia", times, serif;
}


a:link              
{ 
		color:				#4F4373; 
		text-decoration:	none; 
		font-weight:		bold;
}
a:visited           
{ 
		color:				#4F4373; 
		text-decoration:	none; 
}
a:hover             
{ 
		color:				#4F4373; 
		text-decoration:	underline; 
}
a:active            
{ 		
		color:				#4F4373; 
		text-decoration:	underline; 
}


#wholePage
{
		text-align:			center;
}

#logo
{
		margin-top:			3em;
}

#logo p
{
		display:			none;
}

#address 
{
		margin-top:			2em;
		margin-bottom:		2em;
}

#address p
{
		color:				#555;
		
		margin:				0;		
		padding:			0;
}





.telephone
{
		color:				#888;
		
		margin:				0;
		margin-top:			4px;
		
		font-size:			1.2em;
		letter-spacing:		3px;
}
