body		{
		background-color: black;
		color: #e0e0e0;
		}

a		{
		text-decoration: none;
		}
a:link		{
		color: #ffcc00;
		}
a:visited	{
		color: #e6af00;
		}
a:active	{
		color: yellow;
		}
a:hover		{
		text-decoration: underline;
		}

img.banner	{
		left: 0;
		top: 0;
		width: 100%;
		height: 13%;
		}

div.title	{
		margin-bottom: 5;
		font-weight: bold;
		font-size: 115%;
		}

div.post	{
		border: medium outset #cc9900;
		background-color: #888888;
		margin: 0;
		padding: 0;
		}
		
div.posthead	{
		position: relative;
		left: 5%;
		width: 65%;
		border-left: thick solid black;
		padding: 0 5;
		margin: 35 0 5 0;
		background-color: transparent;
		}

div.posttitle	{
		position: relative;
		right: 3%;
		width: 67.5%;
		background-color: #333333;
		}

div.posttime	{
		position: absolute;
		bottom: 0;
		right: 0;
		border: none;
		padding: 0;
		font-style: italic;
		font-size: 73%;
		background-color: transparent;
		color: #ffcc00;
		text-align: right;
		}

div.postbody	{
		position: relative;
		left: 5%;
		width: 65%;
		padding: 10 5;
		color: #000000;
		}
		
div.postfoot	{
		position: relative;
		left: 5%;
		width: 65%;
		border-left: thick solid black;
		margin: 5 0 0 0;
		padding: 0 5 75 5;
		background-color: transparent;
		font-size: 85%;
		color: #000000;
		}

div.postbottom	{
		position: absolute;
		left: 27.5%;
		right: 27.5%;
		text-align: center;
		}

div.postcomment	{
		position: absolute;
		right: 0;
		padding: 0 5;
		text-align: right;
		}

div.menuback	{
		position: absolute;
		left: 75%;
		right: 5%;
		top: 15%;
		border: medium outset #ffcc00;
		background-color: #333333;
		clear: right;
		}

div.menubody	{
		position: relative;
		width: 97%;
		padding: 0 0 0 2%;
		}
	
em		{
		margin: 0;
		padding: 0;
		text-decoration: none;
		font-style: normal;
		font-weight : normal;
		font-variant : small-caps;
		font-size : 12pt;
		font-family : Impact, sans-serif;
		}

