/*
----- HTML: Table Tags (Th, tr, td) -----------------
*/

table {
border:thick solid #FFCC00; /* Yellow Border */
text-align:left; 
width: 530px;
height:60px;
font-weight:bold;
font-size:20px;
padding: 3px 3px 3px 3px;
margin: 2px 2px 2px 2px;
background-color:#660099; /* Purple Background */ 
}

/* (Beavers.cfm) Beaver Class: Table Presentation */
.beavers {
width:530px;
height:60px;
}

th {
width:100px;
height:60px;
vertical-align:top;
text-align:left;
font-family:Verdana, Arial, Helvetica, sans-serif; 
font-size:20px;
font-weight:bold; 
color:#FFCC00; /* Yellow Text  */
background-color:#660099; /* Purple Background */
}

tr {
text-align:left; 
font-family:Verdana, Arial, Helvetica, sans-serif; 
font-size:18px; 
color:#660099; /* Purple */ 
background-color:#FFFFFF;  /* White */ 
padding:10px; 
}

td {
text-align:left; 
font-family:Verdana, Arial, Helvetica, sans-serif; 
width:100px;
vertical-align:top;
color:#660099; /* Purple */
font-size:18px; 
margin: 3px 3px 3px 3px;
padding: 2px 2px 2px 2px;
}
td.black {
text-align:left;
color:#000;  /* Black */
}

/*
----- HTML: Image Tags: Image Presentation Coding -----------------
*/
img.PRES {
margin: 0px 5px 5px 5px;
text-align:center;
}

/*
----- HTML: List Items: Vertical Navigation -----------------
*/
ul {
color::#0000FF;  /* Dark Blue Link */
list-style:none;
font-weight:bold;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:30px;
margin: 5px 5px 5px 5px;
text-align:justify;
font-weight:none;
color:#0000FF;  /* Dark Blue Link */
}