
BODY {background-color: silver
       }

P.title {text-align: center}

H1.title {text-align: center}

H2.title {text-align: center}

/* regular links */
A:link { color: black;
         }
A:visited { color: #333333;
         }
A:hover { color: blue;
         }

/* links in lists (table of contents links) */
LI > A:link { color: black;
         text-decoration: none
         }
LI > A:visited { color: #333333;
         text-decoration: none
         }
LI > A:hover { color: blue;
         text-decoration: none
         }

OL.contents { list-style-type: decimal
              }

/*
P class continued
P class biblioentry
P class runningheader-recto , -verso
P class pagenumber-recto , -verso
*/
