body {
    background-color: powderblue;
	/* #dbdbdb; */
}
h1 {
    color: blue;
	font-family: verdana;
    font-size: 300%;
}
p {
    color: red;
    font-family: courier;
    font-size: 160%;
}
thead {color:green;}
tbody {color:blue;}
tfoot {color:red;}

table {border-collapse: collapse;}

th,td {border:1px solid black;}

tr:nth-child(even) {background-color: #f2f2f2}
tr:nth-child(odd) {background-color: #ffffff}