:link { color: blue; text-decoration: underline; }
:visited { color: blue; text-decoration: underline; }

body {
	color: #000000;
	background-color: #ffffff;
}

.hilite {
	color: #040cef;
}

.host {
	color: blue;
	text-decoration: none;
}

.link {
	color: black;
	text-decoration: none;
}

.link:hover {
	color: black;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

.wireless_client {
	color: blue;
	text-decoration: none;
	font-weight: bold;
}

.host_status_ok {
	color: green;
}

.host_status_notok {
	color: red;
}

.host_status_warning {
	color: orange;
	font-weight: bold;
}

.host_status_unknown {
	color: grey;
	font-weight: bold;
}

.host_status_ignored {
	color: black;
	font-style: italic;
}

.run_info {
	color: black;
	font-style: italic;
	font-size: 0.75em;
}
