	body {
		margin:0px 0px 10px 0px;
		background:#333;
		}

	A			{ color:#99CCFF; text-decoration:none; }
	A:link		{ color:#99CCFF; text-decoration:none; }
	A:visited	{ color:#99CCFF; text-decoration:none; }
	A:active	{ color:#99CC66; }
	A:hover		{ color:#99CC66; }
	#banner {
		font-family:verdana, arial, sans-serif;
		color:#FFF;
		font-size:x-large;
		font-weight:normal;
		border-bottom:1px dotted #999;
		border-top:3px dotted #999;
		background:#000;
		padding:15px;
		letter-spacing:.2em;
		}

	#banner a,
        #banner a:link,
        #banner a:visited,
        #banner a:active,
        #banner a:hover {
		font-family:verdana, arial, sans-serif;
		font-size: x-large;
		color: #FFF;
		text-decoration: none;
		}

	.description {
		font-family:verdana, arial, sans-serif;
		color:#999;
		font-size:x-small;
		font-weight:bold;
		background:#000;
		text-transform:none;
		letter-spacing:normal;
		}
	.side {
		font-family:verdana, arial, sans-serif;
		color:#FFFFFF;
		font-size:x-small;
		font-weight:normal;
		background:#333;
		line-height:140%;
		border-top:1px dotted #999;
		border-bottom:1px dotted #999;
		border-left:1px dotted #999;
		border-right:1px dotted #999;
		padding:2px;
		}

	.sidetitle {
		font-family:verdana, arial, sans-serif;
		color:#999;
		font-size:x-small;
		font-weight:bold;
		line-height:140%;
		padding:2px;
		margin-top:10px;
		text-align:left;
		letter-spacing:.2em;
		}
	.powered {
		font-family:verdana, arial, sans-serif;
		color:#CCC;
		font-size:xx-small;
		font-weight:bold;
		border-top:1px solid #CCC;
		border-bottom:1px solid #CCC;
		line-height:140%;
		padding:2px;
		margin-top:10px;
		text-align:center;
		letter-spacing:.2em;
		}
  