	body	{
		font-size: large;
		}

	.topbar {
			font-size: 1.8em;
			height: 100px;
	}

/*
logo is implemented as background image
this is 96x96 with a 1px border, making it 100x100
*/
	#top_logo {
			background-image: url(/images/kalzone-logo-4b-100.png);
			width: 100px;
			height: 100px;
	}

	.topbar p {
			padding-top: 36px;
	}
	.topbar a:hover {
			text-decoration: none;	color: #ffffff;
	}
