html, body {
	font-family: bitstream vera sans, sans-serif;
	font-size: 11pt;

	color: #FF6000;
	background-color: white;
}

a:link, a:visited {
	color: #992200;
	background-color: transparent;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.sys {
	font-family: 'Courier New', 'Courier', monospace;
	font-style: normal;
	color: #766;
	background-color: transparent;
}

/* {{{ core: headings */
h1, h2, h3, h4, h5, h6, .ChatChannelsTopic {
	font-family: trebuchet ms, bitstream vera sans, sans serif;
	color: #CC3000;
	background-color: transparent;
	background: none;
	font-weight: normal;
	padding-top: 0.5em;
	padding-bottom: 0.17em;
	margin: 0;
	text-align: left;
	margin-bottom: 0em;
}

h1 { 
	font-size: 188%; 
	padding-left: 12px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 1em;
}

h2 {
	font-size: 150%;
	margin-bottom: 0.5em;
	border-bottom: 1px dashed #ccc;
}

h3, h4, h5, h6 {
	border-bottom: none;
	font-weight: bold;
}
h3 {
	font-size: 132%;
}
h4 {
	font-size: 116%;
}
h5 {
	font-size: 100%;
}
h6 {
	font-size: 80%;
}
/* }}} */
