body {
	margin: 0px;
	padding: 0px;
	text-align:center;
	font-family: Courier, sans serif, mono;
}

.blinky {
text-decoration: blink;
}

#faca	{
position: absolute;
margin-left:32%;
margin-right:25%;
margin-top:16%;
margin-bottom:10%;
text-align:center;
z-index: 1001;

}
#red {
height:33%;
background:#ff0000;
}

#blue {
height:33%;
background:#0000ff;
}

#white {
height:33%;
background:#ffffff;
}

