body {
background-color: 
rgb(255,255,255);
padding: 0px; 
margin: 0px; 
border-style: none;
font-size:10px; 
}

div.Signal {
position:relative; 
float:center; 
text-align:center; 
width:300px; 
height:20px; 
margin:10px auto; 
font-size:10px; 
border: none; 
border-width:1px;
border-color:rgb(0,0,0); 
padding-top:280px; 
}

div.Switch {
position:relative;
float:center; 
text-align:center; 
width:300px; 
height:20px; 
margin:10px auto; 
font-size:10px; 
cursor:pointer;
}

