@import url("pngHack/pngHack.css");

.body		{
		background-color: #e2f2e1;
		color: black;
		width: 90%;
		text-align: center;
		}

.top		{
		background-color: transparent;
		color: #006B63;
		font-size: 18pt;
		}

.content	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		}

