/* app css stylesheet */

body {
	background-color:black;
	color:red;
	font-size:40px;
}

table {
     width: 100%;
 }
 
 td {
     width: 100%;
		 align: center;
 }
 
