/* Page fonts */
body, p, address, ol, ul, li, dl, dt, dd, table, tr, td, th {
  font-family: verdana, helvetica, arial, sans-serif;
}
h1, h2, h3, h4, h5, h6, div#links a, div#actions a {
  font-family: georgia, "Times New Roman", times, serif;
}

/* Main navigation */
div#links ul li a { font-size: 170%; text-decoration: none; }
div#links ul li a.current { font-weight: bold; }

/* Actions navigation */
div#actions ul li { text-align: center; }
div#actions ul li a { font-size: 160%; text-decoration: none; }

p { font-size: 75%; line-height: 130%; }
address, ol, ul, dl, table { font-size: 75%; }

/* Faculty page */
div.faculty p span.title {
  font-size: 110%;
}
