body {color: #000000;
background-color: #ffffff;
font-family: arial;
}
    table {border-style: solid;
    border-width: 2px;
    border-color:blue;
}
    td {border-style:solid;
    border-width: 2px;
    border-color:red
}

/* This targets whatever element has a class of wilma */

.wilma {background-image: url("weights.jpg");
width: 2px;
height: 2px;
}

/* This targets whatever element has a class of fred */

.fred {text-align: center;
font-weight: arial;
background-color: #0000cc;
color: #ffffff;
font-size: 1em;
}
