body, .modern, h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet", "Skia", sans-serif;
}

table.tabular {
	border: 1px solid #89e;
	background-color: #eee;
}

td {
	border: none;
	font-size: .9em;
}

th {
	font-weight: bold;
	text-align: center;
	border: none;
	border-bottom: 1px solid #45a;
	background-color: #eee;	
}

a {
	color: #ef3456;
}

a:hover {
	color: #2345ef;
}

.icon {
	vertical-align: middle;
}

.toolpanel {
	background-color: #eee;
	padding-top: 5px;
}

p, ul {
	line-height: 1.4em;
	margin-bottom: 1em;
}