body {
	background-color: black;
	color: white;
	font-family: sans-serif;
	font-weight: bold;
}

div {
	text-align: center;
}

div.chartitle {
	font-variant: small-caps;
	font-size: large;
	margin: 20px;
}
	
div.chardesc {
	text-align: left;
	margin-bottom: 20px;
}
	
div.contact	{
	position: relative;
	margin: 25px;
	font-size: small;
	font-weight: normal;
	line-height: 18pt;
	white-space: nowrap;
}

div.error { color: #C00; }

div.interthread {
	font-size: small;
	font-weight: normal;
}

div.picframe {
	border-width: thick;
	border-style: ridge;
	padding: 8px;
	background-color: #64B;
}
		
div.status {
	color: #0C0;
	display: none;
}

div.strip {
	display: inline;
	margin: 15px;
	padding: 5px;
	line-height: 50px;
	white-space: nowrap;
}

div.tlmsg
{
	margin: 40px 40px 10px 40px;
	padding: 10px;
/*	border-color: green;
	border-width: 2px;
	border-style: solid; */
	text-align: left;
	font-weight: normal;
}
	
.label {
	font-size: medium;
	font-family: sans-serif;
	font-weight: bold;
	margin: 10px;
}
	

#copyright {
	margin-bottom: 0px;
	margin-top: 50px;
	font-size: x-small;
}
	
#datestamp { 
	margin: 15px;
	font-size: small;
}
	
#headline { 
	font-variant: small-caps;
	padding: 0px;
	font-size: medium;
}
	 
#midfoot { 
	position: relative; 
	margin: 50px;
	clear: both;
}

#newmsg {
	margin: 40px;
	padding: 10px;
	border-color: red;
	border-width: 1px;
	border-style: solid;
}
	
#posttitle {
	margin: 40px;
	font-size: xx-large;
	font-variant: small-caps;
}
	
#pretitle {
	margin: 40px;
}
	
#starring {
	padding: 25px;
}

#subcopy {
	margin-bottom: 0px;
	margin-top: 50px;
	font-size: xx-small;
}

#tagline {
	font-style: italic;
	font-variant: small-caps;
	padding: 10px;
	font-size: x-large;
}
	
#title {
	font-size: x-large;
	font-variant: small-caps;
}

a { white-space: nowrap; }
a:link { text-decoration: none; color: #85F }
a:active { text-decoration: blink; color: #F5F }
a:visited { text-decoration: none; color: #64B }
a:hover { text-decoration: underline; color: #85F }
