html { height:100%; }

	body {
		margin: 0px;
		padding: 0px;
		width: 100%;
		height: 100%;
		background-color: #94278e;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		line-height:16px;
		color:#000000;
	}

	p {
		margin:0px;
		padding:0px;
		margin-bottom:12px;
	}

	.date { color: #d499ce; }

	h1 {
		font-size: 15px;
		font-weight: bold;
		color: #95288f;
		margin:0px;
		padding:0px;
		margin-bottom:12px;
	}

	a:link {
		color: #95288f;
		text-decoration: none;
	}
	a:visited {
		color: #95288f;
		text-decoration: none;
	}
	a:hover {
		color: #d499ce;
		text-decoration: none;
	}
	a:active {
		color: #95288f;
		text-decoration: none;
	}

	div.container {
		width: 100%;
		height: 100%;
		overflow: hidden;
	}