/* ajc-talk.css - Cascading StyleSheet aimed at doing talks/presentations.
 *
 * Author: Andrew J Cosgriff <ajc@bing.wattle.id.au>
 * Created: Sat May  2 16:43:48 1998.
 * Version: $Id: ajc-talk.css,v 1.1 2000/02/02 12:41:58 mib Exp $
 * Keywords: css stylesheet www html
 *
 */

/* tag-specific styles */

body { color: black;
       background-color: white;
       font-family: verdana, helvetica, arial, sans-serif; }

a:link { color: blue }
a:visited { color: purple }
a:active { color: red }

h1, h2, h3, h4, h5, h6 { color: purple;
  font-family: georgia, palatino, serif; }

h1 { text-align: center; }

multicol p { text-align: justify }

cite { color: green;
       font-style: italic; }

/* general styles */

.navbar { font-size: small;
          font-family: verdana, helvetica, arial, sans-serif; }

.sig { font-size: small;
       font-family: verdana, helvetica, arial, sans-serif;
       color: #7f7f7f }

.fixme { color: red; }

.midbreak { align: center; width: 20%; }

/* ajc-talk.css ends */
