
/* set default margins to make mozilla/ie the same */
*
{
	padding: 0;
	margin: 0;
}

body
{
	font-family: arial, verdana, georgia, sans-serif;
	font-size: 0.625em;
	line-height: 1.9em;
}

a
{
	text-decoration: none;
	outline: none; /*prevents Firefox showing dotted lines around href */
	color: black;
	
}

#content a:hover
{
	color: #ffffff;
}

#content p
{
	margin-top: 220px;
	font-style: century-gothic;
	color: #000000;
	font-size: 1.8em;
	padding-left: 10px;
	
	
}

#content p.address
{
	margin-top: 150px;
	font-size: 1.6em;
}

#content p.phone
{
	margin-top: 5px;
	color: #ffffff;
	font-size: 1.6em;
}