.link_header {
	color: #000;
	padding: 0px;
}
.block {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 10px;
	padding: 10px;
}
.link_textarea {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-style: normal;
	color: #000;
}
#d_table
{
    border-color: #600;
    border-width: 0px 0px 1px 1px;
    border-style: solid;
}


#d_table td
{
	border-color: #600;
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-spacing:5px;
	margin: 0;
	padding: 4px;
	background-color: #FFC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F00;
}

#d_table a {
	text-decoration: underline;
	color: #00F;
}
#d_table a:hover {
	text-decoration: underline;
	color: #00F;
}

#d_table a:visited {
	text-decoration: underline;
	color: #00F;
}

#link_table_gray {
	background-color:#FFF;
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	text-align: left;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#link_table_white {
	background-color:#CCC;
}

#link_table_white, #link_table_gray a:visited {
	text-decoration: underline;
	color: #00F;
}

