

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

body {
	background:#000033;
	color: #6c6e6f;
	font-weight: 100;
	overflow-y: scroll;
	overflow-x: hidden;
	font-size: 100%;
}

a {
	text-decoration: none;
	color: #59666d;
	outline: none;
}

a:hover, a:focus {
	color: #6c6e6f;
	outline: none;
}

.demo-drawings body {
	background: #FFFFFF;
	color: #666666;
}

.demo-drawings a {
	text-decoration: none;
	color: #990000;
	outline: none;
}

.demo-drawings a:hover, a:focus {
	color: #990000;
	outline: none;
}



