body {
	Background-color: pink; 
Margin: 60px; }
table { 
	border-style: solid; }
.tableheadings {
	Background-color: blue;
	text-align: center; 
	color: white; }
.odd {
	background-color: purple; }
.font {
	font-size: 200% ; 
	color: green ; 
	background-color: bisque ; }

	

