html body {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	background-color: #7C9EB0;
	margin: 0;
	padding: 0;
	font-size: 12px;
	background-image: url(/action/images/bg.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-attachment: fixed;
}
html>body {
	font-size: 12px;
}

/* be kind to netscape 4 that doesn't understand inheritance */
body, p, li, ul, ol, dl, dt, dd, acronym, h1, h2, h3, h4, h5, h6 {
	background-color:transparent;
}
p {
	margin:1em 0 0 0;
}

img {
	margin: 10px;
	border : 0 none inherit;
	float: right;
}

#toc {
	line-height: 20px;
}

.statistics {
	float:right;
	margin-left:20px;
}

#container {
	margin: 1px auto 0 auto !important;
	width: 700px;
	display: block;
}

.content
{
	background-color: #fff;
	margin-bottom: 1em;
	margin-top: 1em;
	padding: 0 2em 2em 2em;
	border: 1px solid #9cc;
}

.source {
	color:#999;
	text-decoration:none;
	font-size: 12px;
}


a.source {
	color:#999;
	text-decoration:none;
}
a.source:hover {
	color:#00f;
	text-decoration:underline;
}


blockquote {
	color:#555;
}


h1, h2, h3, h4, h5, h6 {
	font-family:"Lucida Grande", helvetica, lucida, verdana, sans-serif;
	line-height:104%;
	padding:0;
	margin:1em 0 0.1em 0;
}
h1 {
	font-family: Georgia, Garamond, Times, Times New Roman, serif;
	font-weight: normal;
	font-size: 210%;
	margin: 1em 0 0.1em 0;
}
h2 {
	font-size:145%;
	display:block;
	padding:0.2em 0.7em;
	margin:1em -0.7em 0.15em -0.7em;
	height:auto;
}
h3 { font-size:140%;}
h4 { font-size:125%;}
h5 { font-size:110%;}
h6 { font-size:95%;}


#datestamp {
	margin-top: 2em;
	margin-top: 2em;
	color:#999;
	font-size: 11px;
}

.posted {
	padding-bottom: 1em;
	font-size: 11px;
	color:#666;
}

.comments {
	border-top: 1px solid #8FAEBE;
	padding-top: .5em;
	color:#000;
	font-size: 12px;
}


td {
	padding: 3px 10px 3px 10px;
	color: black;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	border-bottom: #dddddd;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
}


.nav {
	font-family: Georgia, Garamond, Times, Times New Roman, serif;
	font-weight: normal;
}

.nav .source {
	color:#ddd;
}

.nav a.source:hover {
	color:#fff;
}

.nav td {border: 0;}

#footer {
	color:#ddd;
	text-align: center;
}

#footer a {
	color:#ddd;
	text-decoration:none;
}

#footer a:hover {
	color:#fff;
	text-decoration:underline;
}