/* Formatting for links */

a:visited    { color: #FFFFFF }
a:link       { color: #FFFFFF ; text-decoration: none }
a:hover      { text-decoration: underline }
a:active     { color: #FFFFFF }


/* Remove page margins so table is flush to top */

body {
margin: 0px;
}


/* Change table cell background color */

td.off { 
background: #0064A2; 
} 

td.on{ 
background: #00A13A; 
}



#example1 {
border-radius: 15px;
}