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

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

.fred {text-align: center;
font-weight: bold;
background-color: yellow;
color: #000000;
font-size: 1em;
}

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

.wilma {border-style:solid;
        border-width: 2px;
        border-color: black
}

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

.mainpics {width: 100px;}