
.tbackground { /* sets up red text with a black background */
color: #FF0000; background-color: #000000;
}

.smallcaps { /* This will set up selected text to show as small caps */
color: #FFFFFF; background-color: #000000;
font-variant: small-caps; font-weight: 900;
}

.largecap /*This sets a class for making a larger letter*/
{
color: #DB7090; background: transparent;
font-size: 200%; font-weight: 900;
}