body           {
                 font : -Adobe-Utopia-Regular-R-Normal--25-240-75-75-P-135-ISO8859-1 ;
                 color : black ; background-color : white
                 }
table.hidden   { border : 0 }
tr.picture     { vertical-align : top }
tr.evenLink    { background-color : FFFFFF }
tr.oddLink     { background-color : DDDDDD }
tr.linkCat     { background-color : 00CCCC }
font.linkDescr { color : 000000 }
h3             { color : darkblue }
/* For the rest of the site's links */
a:link         { color : blue ;
                 text-decoration : none }
a:visited      { color : darkblue ;
                 text-decoration : none }
a:hover        { color : blue ;
                 text-decoration : underline }
/* For the LINKS page */
a.link:link    { color : black ;
                 background-color : transparent ;
                 text-decoration : none }
a.link:visited { color : black ;
                 background-color : transparent ;
                 text-decoration : none }
a.link:hover   { color : blue 
                 background-color : transparent ;
                 text-decoration : underline }
/* These are for the navigation menu */
a.menu:link    { color : bfbfbf ;
                 background-color : 666699;
                 text-decoration : none }
a.menu:visited { color : bfbfbf ;
                 background-color : 666699;
                 text-decoration : none }
a.menu:hover   { color : white ;
                 background-color : 666699;
                 text-decoration : none }
div.nav_tedge {
   background-position : top middle ;
   background-color : 666699
}
div.nav_redge {
   background-position : top right ;
   background-color : 666699
}
div.nav_bedge {
   background-position : bottom middle ;
   background-color : 666699
}
div.nav_ledge {
   background-position : bottom left ;
   background-color : 666699
}
div.nav_tleft {
   background-image: url(border.php?ty=tl&color=666699);
   background-position: top left;
   background-repeat: no-repeat; 
}
div.nav_bright {
   background-image: url(border.php?ty=tr&color=666699);
   background-position: top right;
   background-repeat: no-repeat; 
}
div.nav_bleft {
   background-image: url(border.php?ty=bl&color=666699);
   background-position: bottom left;
   background-repeat: no-repeat; 
}
div.nav_tright {
   background-image: url(border.php?ty=br&color=666699);
   background-position: bottom right;
   background-repeat: no-repeat; 
   padding: 4px 4px 4px 4px
}
div.nav_content {
   width: 100% ; background-color: 666699
}
div.test_tedge {
   background-position : top middle ;
   background-color : 00CC00 ;
}
div.test_redge {
   background-position : top right ;
   background-color : 00CC00 ;
}
div.test_bedge {
   background-position : bottom middle ;
   background-color : 00CC00 ;
}
div.test_ledge {
   background-position : bottom left ;
   background-color : 00CC00 ;
}
div.test_tleft {
   background-image: url(border.php?ty=tl&color=00CC00);
   background-position: top left;
   background-repeat: no-repeat; 
}
div.test_tright {
   background-image: url(border.php?ty=tr&color=00CC00);
   background-position: top right;
   background-repeat: no-repeat; 
}
div.test_bleft {
   background-image: url(border.php?ty=bl&color=00CC00);
   background-position: bottom left;
   background-repeat: no-repeat; 
}
div.test_bright {
   background-image: url(border.php?ty=br&color=00CC00);
   background-position: bottom right;
   background-repeat: no-repeat; 
   padding: 8px 8px 8px 8px
}
div.test_content {
   width: 100% }

table.navigation { color : white ; background-color : 666699 }
