body,td {
	font: 10pt Verdana;
	background: #D7D7D7;
	color: black;
}
a,a:link,a:visited,a:active {
	text-decoration: underline;
	color: #888888;
}
a.mail,a.mail:link,a.mail:visited,a.mail:active {
	text-decoration: none;
	color: black;
}
a:hover {
	color: #AAAAAA;
	text-decoration: underline;
}
a.mail:hover {
	color: #AAAAAA;
	text-decoration: none;
}
td.header {
	background: url(1337back.jpg);/*#CCCCCC;*/
	border: 1px solid #333333;
	padding-left: 4px;
	font-size: 8pt;
}
td.comment {
	background: #DDDDDD;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 10pt;
}
td.comment_footer {
	background: #DDDDDD;
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 10pt;
}
td.add_header {
	background: url(1337back.jpg);
	border: 1px solid #333333;
	padding-left: 5px;
	font-size: 9pt;
	text-align: center;
}
td.add {
	background: url(TVback.jpg);/*#DDDDDD;*/
	border: 1px solid #333333;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 8px;
	padding-bottom: 4px;
	text-align: center;
}
td.smileys {
	background: url(TVback.jpg);
	border: 1px solid #333333;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 8px;
	padding-bottom: 4px;
	text-align: center;
}
table {
	border-collapse: collapse;
}
table.comment {
	width: 90%;
}
table.quote {
	border: 1px solid black;
	background: #BBBBBB;
	width: 95%;
}
td.quote {
	padding: 3px;
	font-size: 8pt;
}
p.quote {
	margin-left: 15px;
	font-size: 8pt;
}
table.code {
	border: 1px solid black;
	background: #FAFAFA;
	width: 95%;
}
td.code {
	padding: 3px;
	font-size: 10pt;
	background: #FAFAFA;
	font-family: Lucida Console, Courier New;
}
p.code {
	margin-left: 15px;
	font-size: 8pt;
}
h1 {
	text-align: center;
	font: 20pt Arial;
	font-weight: bold;
}
input.text,textarea {
	font: 8pt Verdana;
}
input.submit {
	font-weight: bold;
}
p.footer {
	font: 8pt Verdana;
}