body {
    background-color: black;
}

tr, td {
    padding: 10px;
}


a {
cursor: pointer;
}

.even {
	background: #fbf8f0;
}
.odd {
	background: #fefcf9;
}

table {
    border-collapse: collapse;
}


#product-titles {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: white;
}

#home-instructions {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    color: white;
}