    table {border-style: dotted;
    border-width: 5px;
    border-color:red;
}
    
td {border-style:solid;
    border-width: 1px;
    border-color:blue
}

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

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