/*\
swyterzone style sheet - created by swyter
have fun ;)
\*/

html, body{

	margin:0;
	border:0;
	padding:0;
	background-color:#009;
	color:#fff;
	font-family:Fixedsys,lucida console,consolas,monospace;
	user-select:none;
	-moz-user-select:none;
	-webkit-user-select:none;
	cursor: none;
	font-size: 10pt;
	overflow: hidden;
	height:100%;
	width:100%;
	
}

.intro{

	/*display:block;*/
	height:100%;
	width:100%;
	display: inline;

}

.blinky{

	font-weight:900;
	display:inline;

}