/************************************************
 * STYLE SHEET FOR SCOTT PAKIN'S PERSONAL PAGES *
 ************************************************/

/* Define styles for typesetting TeX-related logs. */
.lowE {
   position:       relative;
   top:            0.5ex;
   text-transform: uppercase;
   margin-left:    -0.1667em;
   margin-right:   -0.125em
}
.highA {
   position:       relative;
   top:            -0.5ex;
   text-transform: uppercase;
   margin-left:    -0.40em;
   margin-right:   -0.15em;
   font-size:      smaller
}
.metafont {
   font-family:    sans-serif
}

/* Don't underline hyperlinks because the TeX-related logos screw up
 * underlines. */
a:hover {
  background:      yellow;
}
a:link {
  color:           blue;
  text-decoration: none;
}
a:visited {
  color:           purple;
  text-decoration: none;
}
a:active {
  color:           yellow;
  background:      #000080;
}

/* Put the image of me scuba diving on the right side of the page. */
img#scuba {
  float: right;
  margin-left:     3em;
  margin-right:    3em;
  margin-bottom:   1ex;
}

/* Typeset dates of the form "dd Mon yyyy" in small caps. */
.date {
  font-variant:    small-caps;
}


/* Nicely typeset tables. */

th {
  vertical-align:  middle;
  text-align:      center;
}

td {
  vertical-align:  middle;
  text-align:      left;
}

tr.toprow {
  border-top:      2pt solid blue;
  border-bottom:   1pt solid blue;
}

tr.bottomrow {
  border-bottom:   2pt solid blue;
}
