@import url("main.css");

/* text-style - white bg */
body, body.text{
	background: #fff;
	color: #000;
	font-face: verdana, sans;
}

:link, :link.text {
	color: #554FA0;
	font-weight: bold;
}
:visited, :visited.text {
	color: #090051;
	font-weight: bold;
}
:link:hover, :visited:hover,  :link:hover.text, :visited:hover.text {
	color: #5B52CB;
}

:link.hidden, :visited.hidden,:link:hover.hidden, :visited:hover.hidden  {
	color: #000;
}

/*navbar*/
.navbar {
	background: #ccc;
}

.webcam_offline{
	color: red;
}
