.tbl01{ border: red inset 5px  } /*This table contains the entire page. 6 Rows 3 Columns*/
.tlh{} /*Top Level Heading*/
.logo{ border: black solid 5px;border-color: #FF0033 #660000   #660000 #FF0033 ; background-color: black } /*Raider Graphic*/
.raider_home{background-color:red;font-size: 30px} /*spans "Home of the Red Raiders" */
.mnp{background-color: white; border: black solid 5px  } /*Main Navigation Paragraph - 4 horizontal links on rows 3 & 5*/
.dash{ border: black double 5px ;background-color: red } /*Dashes between the horizontal links*/
.stustl{border: black dotted 5px ;background-color: red;} /*Student credit - row 6*/
.r1c1{border: white inset 5px;} /*Row 1 Cell 1 - Top Left Raider*/
.r1c2{background-color:#CC0000}
.r1c3{border: white inset 5px; } /*Row 1 Cell 3 - Top Right Raider*/
.r2c1{border: black double 5px ;background-color: red;} /*Row 2 has only 1 cell which spans 3 columns*/
.r35c1{border: black double 5px ;background-color: red;} /*This class controls Rows 3 & 5*/
.r4c1{ border: black double 5px; background-color: red}
.r4c2{border: black double 5px; background-color: white }/*This is the main content area. Border is the only property you may modify.*/
.r4c3{border: black double 5px; background-color: red }
.r6c1{border: black double 5px; background-color: red ;font-style:  bold}
.nav{ color:black;text-align: center ; border: black double 5px; background-color: white; display: block} /*Left & Right Navigation Anchors - located within r4c1 & r4c3*/
a.nav:hover{ color:black;border: black double 5px; background-color: red} /*Mouse-over*/
.nav2 { font-weight: bold;color:black;border: black double 5px; background-color: red} /*Top & Bottom Horizontal Navigation Anchors - located within r35c1*/
a.nav2:hover{color:black;border: black double 5px ;font-style:  bold;background-color: white}