p
{
	font-size: 12;
	font-family: Tahoma;
	margin-left: 16;
	margin-top: 10;
	margin-right: 16;
	font-weight: 500;
	color: white;
}

p.address
{
	font-size: 11;
	margin-top: 0;
	margin-bottom: 0;
	color: SteelBlue;
}

h1
{
	margin-left: 16;
	margin-top: 10;
	margin-right: 16;
	margin-bottom:0;
	font-family: Tahoma;
	font-size: 16;
	font-weight: bold;
	color: white;
}

li
{
	font-size: 12;
	font-family: Tahoma;
	color: white;
}

a
{
	font-size: 12;
	font-family: Tahoma;
	text-align: center;
	margin-top: 16;
	margin-right: 0;
	padding-top: 16;
	color: SteelBlue;
	text-decoration: none;
}

a:hover
{
	color: #ffffff;
}

img
{
	margin: 0;
	padding: 0;
	border-style: none;
	right: 0;
	bottom: 0;
}