@import "base.css";

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

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

a:hover {
	background-color: inherit;
	color: #ff0000;
	text-decoration: none;
}

div {
	border-style: none;
	border-width: 1px;
	border-color: #000000;
	background-color: inherit;
	color: inherit;
}

div#logo {
	display: none;
}

div#main {
	display: block;
}

div#navbar {
	display: none;
}

div#webcam {
	display: none;
}

div#todo {
	display: none;
}

div#hidden {
	display: none;
}

textarea,input,select {
	color: #000000;
	background-color: #ffffff;
}
