/* TYPOGRAPHY */
/*font: font-style | font-variant | font-weight | font-size | line-height | font-family*/

body { font: normal 1em Arial, Helvetica, sans-serif;}

#nav a { font-weight: bold; text-decoration: none;}
#nav a:hover { text-decoration: underline;}

#pastsessions a { font: normal .85em Arial, Helvetica, sans-serif; text-decoration: none;}
#pastsessions a:hover { text-decoration: underline;}