BODY { background: white;
       color: black;
       font-family: helvetica, sans-serif;  }

TABLE.header {  background : #ffcc66;
                width : 100%;
                vspace : 30px;  }

TABLE.lnks {  background : #ffcc66;
              border: border;
              border-width : thick;
              width : 100%;
              font-size: large;
              vspace : 5px; }

TABLE.info_footer {  background : #ffcc66;
              border: border;
              border-width : thick;
              width : 100%;
              font-size: small;
              vspace : 5px; }

TABLE.highlight { font-size: large;
                  width: 100%;
                  text-align: center;
                  border: 3px solid darkolivegreen; }


TD {  font-family: helvetica, sans-serif;
      font-size: medium; }

TD.header_text { font-size:xx-large; }
TD.logohead { font-size:x-large; }
TD.logotitle { font-size:x-large; }

H3 { background : #ffcc66;
     color: darkolivegreen;
     font-size: small;
     clear : both;
     text-align:left;
     text-indent: 2em; }

P  {  font-size: medium; }
LI  { font-size: medium; }

DIV.reference  {  font-size: small; }


SPAN.mg { font-weight:bold; }
SPAN.software { font-style:italic;}

IMG { vertical-align:text-top;
      padding:10px; }

IMG.border { height:125px;
             width:125px;
             padding:1px;
             border-width: 1px }

IMG.info { height:500px;
           width:500px;
           border-width: 0px;
           align:center; }

IMG.gallery {width:500px;
           border-width: 10px; }

IMG.inline { vertical-align:text-bottom;}

TD.info_footer {color: darkolivegreen;
                font-size: small; }

A:link {  color: darkolivegreen }          /* unvisited link */
A:visited { color: #660000 }        /* visited links */
A:active { color: red }        /* active links */

A.application:link {  color: darkolivegreen;
                       font-weight:bold; }          /* unvisited link */
A.application:visited { color: #660000;
                        font-weight:bold; }        /* visited links */
A.application:active { color: red;
                        font-weight:bold; }        /* active links */

A.external:link {  color: darkolivegreen; }          /* unvisited link */
A.external:visited { color: #660000; }        /* visited links */
A.external:active { color: red; }        /* active links */

