/*
   corneanet.css  2002-01-01  John Pearson
 
   Cascading Stylesheet (1) for the CorneaNet package.  This file
   should be placed in the same directory as the perl scripts as they
   all generate HTML pages which includes a LINK element in the HEAD 
   which refers to this file as "./corneanet.css":
      <LINK REL="stylesheet" TYPE="text/css" HREF="./corneanet.css">

   # $Id: $
*/
 
body {
   background-color : white;
}

h1, h2, h3 {
   font-family : helvetica,arial,san-serif;
   color : black;
} 

h1.pagehead {
   font-size : large;
   text-align : center;
} 

.footer {
   font-style: italic;
}

div.box {
   background-color: gray;
   border: black;
   border-width: thick;
   padding: 5px 10px;
} 

/*
   The following TD definitions are primarily used to colour the
   table cells which are used for the page border and the sidebar.
   They are usually used in conjunction with the A.loc class which 
   forces A elements (link) to have no underlining or colour changes 
   before, during or after having been visited.
*/

TR, TD {
   valign: top;
   align: left
}

TD.sidebar1 {
   color: black;
   background-color: lightblue;
} 

TD.sidebar2 {
   color: white;
   background-color: #019ED5;
} 

TH {
   color: white;
   background-color: #019ED5;
} 

A.sidebar:link,A.sidebar:visited,A.sidebar:active {
   color: white;
   text-decoration: none;
}
