/* This is the default Cascading Stylesheet (CSS) for the Cloister Online, David Camden-Britton's Personal Web page.  Feel free to re-use this particular CSS for your own purposes.  If you really enjoy its layout, please drop me a line at davidcb@acm.org and tell me. */

/* Define the H1 style */
H1 {color: #993366; 
    font-size: 24pt; 
    font-family: times, "times new roman", serif}

/* Define the Page Title style as a class */
H1.title {color: black; 
          font-size: 36pt; 
          font-family: agincort,Templar, fantasy, serif}

/* Heading level 2 */
H2 {color: black; 
    font-size: 12pt; 
    font-family: times, serif}

/* Heading level 3 This is an inline heading*/
H3 {color: black; 
    font-size: 10pt; 
    font-family: verdana, arial,sans-serif}

/* Paragraph style */
P  {text-indent: 1em; 
    color: black; 
    font-size: 10pt; 
    font-family: verdana, arial, sans-serif}

P.quote {text-indent: 1em; 
         color: #666666; 
         font-size: 9pt; 
         font-family: verdana, arial, sans-serif;
         text-decoration:italic}

/* Lists.  Only UL seems to take and hold the style effects though */
UL {color: black; 
    font-size: 10pt; 
    font-family: verdana, arial,sans-serif}
OL {color: black; 
    font-size: 10pt; 
    font-family: verdana, arial,sans-serif}
LI {color: black; 
    font-size: 10pt; 
    font-family: verdana, arial,sans-serif}

/* Bold should be slightly larger in text size than the surrounding stuff. */
B {color: black; 
   font-weight: bold; 
   font-size: 1.1em; 
   font-family: verdana, arial, sans-serif}

/* Annoying stuff with the Anchored Link tag */
A:link { color: #3366FF }
A:active { color: red; 
           text-decoration: none }
A:visited { color: #993366 } 

/* Let's make the Typewriter tag stand out a bit more */
TT {color: black;  
    font-size: 12pt; 
    font-family: courier, "courier new", fixed-width} 

