/*---------------------------------------------
Ben Sturmfels, ben@boojum.com.au
---------------------------------------------*/

/*------------------------------
Regular block level elements
------------------------------*/
body {
  font-family: verdana, arial, helvetica, sans-serif; 
  background: white;
  color: black;
}

h1, h2, #title a { color: #069; }

p, dt, dd, li, td, th { line-height: 1.6; }

ul ul {
  list-style : circle;
}

dt { font-weight: bold; }

blockquote { 
  font-style: italic;
}


/*------------------------------
Links
------------------------------*/
a { 
  text-decoration: underline;
}

/* Use standard link colours */
a:link { color: #00e; }
a:visited { color: #00e; }
a:hover { color: red; }
a:active { color: red; }


/*------------------------------
Logos & titles
------------------------------*/
#title { 
  font-size: 1.8em;
}


