tt {
	font-family: courier,fixed,sans-serif;
	font-size: 12px;
	line-height: 15px;
}

b {
	font-weight: bold;
}

a {
	color: #222222;
	text-decoration: none;
	background: #cccccc;
}
a:link {
	color: #222222;
	text-decoration: none;
	background: #cccccc;
}
a:active {
	color: #222222;
	text-decoration: none;
	background: #00ff00;
}
a:visited {
	color: #222222;
	text-decoration: none;
	background: #cccccc;
}
a:hover {
	color: #222222;
	text-decoration: none;
	background: #008000;
}

h1 {
	font-family: courier,fixed,sans-serif;
	font-size: 28px;
	font-style: italic;
}


a.qtmessage,qtmessage.a {
	color: #cc9933;
	text-decoration: none;
	background: none;
}
a.qtmessage:link,qtmessage.a:link {
	color: #cc9933;
	text-decoration: none;
}
a.qtmessage:active,qtmessage.a:active {
	color: #ffcc00;
	text-decoration: none;
}
a.qtmessage:visited,qtmessage.a:visited {
	color: #cc9933;
	text-decoration: none;
}
a.qtmessage:hover,qtmessage.a:hover {
	color: #ffcc00;
	text-decoration: none;
}