/* BASE CSS */
body {
	background-color: #FFF;
	color: #000;
	}
h1 	{
	font-family: gothic;
	margin: 0px;
	}
h2 	{
	font-family: gothic;
	}
h3 	{
	font-family: gothic;
	}
p 	{
	font-family: Times, serif;
	}
address {
	font-family: Times, serif;
	font-size: 80%;
	font-style: normal;
	text-align: center;
	clear: both;
	}
