body
{
        font-family: 'Lucida Grande',LucidaGrande, 'Lucida Sans', 'Lucida Sans Unicode', Geneva, Arial, sans-serif;
	margin: 0px;
	font-size: 85%;
	color: #000;
	background-color: #bdc;
}

div, td, th,p,a, h1, h2, h3,h4, h5, h6, address
{
	font-family: 'Lucida Grande',LucidaGrande, 'Lucida Sans', 'Lucida Sans Unicode', Geneva, Arial, sans-serif;
	color: #000;
}

img
{
	position: relative;
	border: 0;
}

h4
{
        margin-top: 0.3em;
        margin-bottom: 0.3em;
 }

a, a:link  { color: #055; }
a:visited  {color:#011;}

a:hover
{
        color: #055;
        background-color: #dff;
}

hr
{
	border: 0px;
	color: #088;
	background-color: #088;
	height: 1px;
	border-top: none;
	border-bottom: solid;
	border-left: none;
	border-right: none;
	margin-top: 1em;
	margin-bottom: 1em;
}

.message
{
	margin-top: 10px;
	line-height: 150%;
}

.postSeparator
{
	border: 0px;
	color: #088;
	background-color: #088;
	height: 1px;
	border-top: none;
	border-bottom: solid;
	border-left: none;
	border-right: none;
	margin-top: 1em;
	margin-bottom: 1em;
	width: 200px;
   margin: 1em auto 1em 0;
}

.header {
	text-align: center;
	background-color: #8bb;

	border-top: 1px dotted;

	margin-top: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;

	padding-top: 1em;
	padding-bottom: 1em
}

.sporkbreaker {
	background-color: #f55;
	font-size: 120%;

	border-top: 1px dotted;
	border-bottom: 1px dotted;

	margin: 0px;

	padding-left: 2em;
	padding-right: 2em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

.discussion {
	background-color: #fff;

	margin: 0px;
	position: relative;

	padding-left: 2em;
	padding-right: 2em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

.footer {
	text-align: center;
	background-color: #8bb;

	border-top: 1px dotted;
	border-bottom: 1px dotted;

	margin-top: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	margin-right: 0px;

	padding-top: 1em;
	padding-bottom: 1em
}

.indent {  
   color: #777;  
 } 

blockquote {  
   margin: 0 30px 0 10px;  
   line-height: 150%; 
   padding-left: 10px;  
   border-left: 5px solid #088;  
   color: #777;  
}

