/* ddd STYLE SHEET */

H1 {	font-family: "century gothic", arial, sans-serif; 
	background-color: 000088; 
	color: white;
	text-align: center;
	font-size: large
        }

H2 {	font-family: "century gothic", arial, sans-serif; 
	color: 000088;
	text-align: left;
	font-size: large
        }

H3 {	font-family: "century gothic", arial, sans-serif; 
	color: 000088;
	text-align: left;
	font-size: medium
        }

A:visited { color:blue
	  }

BODY {	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: 000088;
	}

TD {	font-family: Arial, sans-serif; 
	font-size: 10pt;
	color: 000088;
	}

#entries_table {
	border: none;
}

#entries_headers {
	color: green;
}

TH.entries_header {
	border: none;
	text-align: left;
}

TR.entry_row {
	background-color: white;
}

TD.link_cell {
	padding: 10px;
}

TD.author_cell {
	font-size: 10pt;
}

TD.date_cell {
	font-size: 9pt;
	width: 20%;
}

DIV.first_message {
	font-size: 10pt;
	font-style: italic;
	padding-left: 2em;
	padding-right: 2em;
	}


DIV.author_header 
	{
	font-size: 11pt;
	background-color: white;
	}

DIV.subject_header
	{
	font-size: 11pt;
	background-color: white;
	}

DIV.ip_header
	{
	font-size: 11pt;
	background-color: white;
	}

DIV.article_link
	{
	font-size: 10pt;
	}


DIV.responses
	{
	font-size: 9pt;
	}


