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