<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@CHARSET "ISO-8859-1";

/* ********************************************************************* *
 * FILE: header.css                                                      *
 * PROJ: Personal web site at Cornell University                         *
 * DESC: Presentation of the header, including title, navigation, etc.   *
 * AUTH: weigel                                                          *
 * VERS: $Id: header.css 3 2008-05-04 08:55:58Z felix $                  *
 * COPY: Copyright Cornell University 2008                               *
 * ********************************************************************* */

html, body {
  width:100%;
  height:100%;
  padding:0px;
  margin:0px;
}

body {
  font-family: sans-serif;
  font-weight: normal;
  text-align: justify;
  background-color: white;
  color: black;
  margin: 0px;
}

a,
a:visited,
a:active {
  text-decoration: none;
  color: #3B63A1;
  padding: 0px;
  margin: 0px;
}

.selected a {
  font-weight: bold;
}

body table {
  width: 100%;
  padding: 0px;
  margin: 0px;
  border-collapse: collapse;
}

body &gt; table {
  border-width: 0px;
  border-style: none;
  border-spacing: 0px;
}

#header, #footer {
  font-size: x-small;
  text-align: right;
  background: #C9C9CF;
  border-color: #99999F;
  border-width: thin 0px;
  border-style: solid none;
}

#header {
  text-align: right;
}

#footer {
  text-align: center;
  color: #3B63A1;
  padding: 0px;
  margin: 0px;
}

#title {
  background: #5B83C1;
  color: white;
}

#title td {
  color: white;
  height: 75px;
  font-size: 35px;
  font-weight: bold;
}

#title td:first-child { 
  padding: 0px 10px 0px 42px;
}

#title #logo {
  text-align: right;
}

#contentFrame {
  border-width: 0px;
  border-style: none;
  padding: 0px 10px 0px 22px;
  margin: 10px 20px;
  width: 90%;
  height: 75%;
}

#nav {
  font-size: medium;
  text-align: left;
  background: #C9C9CF;
  border-color: #99999F;
  border-width: thin 0px;
  border-style: solid none;
}

#nav tr, #nav td { 
  padding: 0px 20px;
}

#nav table {
  width: auto;
}

img {
  border-width: 0px;
  border-style: none;
  vertical-align: top;
}
</pre></body></html>