body {
	background-color: #7a7a7a;
	margin: 0px;
	padding: 0px;
	font-family: verdana, sans-serif;
	color: #333;
	line-height: 145%;
	text-align: center;
	}

a {text-decoration: none; border-bottom: 1px dashed; padding-bottom: 2px;}
a:link {color: #00f;}
a:visited {color: #900;}
a:hover {color: #00f; background: #ffc;}

div.pit {
	width: 75%;
	background-color: #fff;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	text-align: left;
	font-size: .9em;
	}

div.pit ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}

div.pit ul li {
	margin-left: 15px;
	}

p.byline {
	font-family: verdana, sans-serif;
	font-size: .8em;
	color: #000;
	margin-bottom: 15px;
	margin-left: 10px;
	}


div.pit ul h2 {
	font-family: verdans, sans-serif;
	font-size: small;
	color: #369;
	}

blockquote {
	padding: 5px;
	border-left: 1px dashed #eee;
	color: #036;
	line-height: 140%;
	}

blockquote a {
	text-decoration: underline;
	border-bottom: 0px;
	}

/* for the comment windows */
div.cpit {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
	padding: 10px;
	text-align: left;
	}

div.cpit h1 {
	font-family: verdana;
	font-size: small;
	font-weight: bold;
	color: #666;
	background-color: #efefef;
	padding: 5px 0px 5px 0px;
	}


/* form elements */
input.texty {
	width: 250px;
	border: 1px solid #666;
	background: #efefef;
	padding: 2px;	
	font-family: verdana, sans-serif;
	font-size: .8em;
	color: #000;
	}

textarea {
        width: 250px;
	height: 175px;
        border: 1px solid #666;
        background: #efefef;
        padding: 2px;
        font-family: verdana, sans-serif;
        font-size: .8em;
        color: #000;
        }

input.push {
        border: 1px solid #333;
        background: #666;
        padding: 2px;
        font-family: verdana, sans-serif;
        font-size: .8em;
	font-weight: bold;
        color: #fff;
        }

acronym, abbr {
        font-family: "Courier New", monospace;
        color: #000;
        cursor: help;
        }

cite {
	font-family: georgia;
	color: #000;
	}
