body {
	color: #000;
	font:.75em/1.6em Arial,Helvetica,sans-serif;
}
a {
	text-decoration: underline;
	/*color: #517EA3;*/
	color: #0085d9;
}
a:hover {
	text-decoration: underline;
	color: #fff;
	background-color: #0085d9;
	/*color: #143A5A;
	background-color: #DFE8EF;*/
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
	background-color: #0085d9;
}
h1 {
	font-size: 230%;
	font-weight: normal;
	color: #0085d9;
	margin: 1em 0px 1em 0px;
}
h2 {
	font-size: 200%;
	font-weight: normal;
	color: #0085d9;
	margin: 1em 0px 1em 0px;
}
h2.ti {
	font-size: 200%;
	font-weight: normal;
	color: #fff;
	background-color: #143a5a;
	margin: 10px 0px 10px 0px;
}
h3 {
	font-size: 180%;
	font-weight: normal;
	color: #0085d9;
	margin: 1em 0px 1em 0px;
}
hr {
	border-width: 1px 0px 0px 0px;
	border-style: dashed;
	border-color: #ccc;
}
div.message {
	padding: 0.5em;
	margin-bottom: 1em;
}
div.message .user {
	font-size: 120%;
}
div.message .publish {
	margin-bottom: 1em;
	font-size: 70%;
}
tr.even {
	background-color: #f5f5f5;
}
tr.even td {
	background-color: #f5f5f5;
}
