.live_debug_header {
	color: #FF0000;
	background-color: #FFCC33;
	font-weight: bold;
	text-align: center;
}

.live_debug {
	color: #0000FF;
}

.live_debug_error {
	color: #FF0000;
}

.page_not_found {
    text-align: center;
}

.debug_link {
    text-decoration: none;
    color: #BB0000;
}

.debug_link:hover {
    text-decoration: underline;
}

.live_debug_header, .live_debug, .live_debug_error {
	width: 99%;
	float: left;
	clear: both;
}
