/*
 * A simple and cheerful layout, hopefully very legible.  
 * White background with a notebook look.
 * Accents go red, green, blue, in order.
 * Links are underlined only in hover.
 */

body
 {
  margin-left: 90px ;
  margin-right: 30px ;
  background: white url(paper_b011.gif);
  background-repeat: repeat-y ;
  color: black ;
 } 

H1, H2, H3, H4, TD, BODY
 {
  font-family: "comic sans ms", sans-serif ;
 } 

p
 {
  font-size: 11pt ;
  margin-left: 20px ;
 } 

.discreet
 {
  font-size: 9pt ; 
  margin-left: 0px ;
 } 

em 
 {
  font-style: normal ;
  color: green ;
  font-weight: bold ;
 }

Strong
 {
  color: red ;
 }

 
/* List styles */

ul, ol
 {
  font-size: 11pt ; 
  margin-left: 40px ;
 } 

/* Heading styles */

h1
 {
  color: #ff1805 ;
 } 

h2
 {
  color: #1fb204 ;
 } 

h3
 {
  color: #3500ee ;
 } 

h5
 {
  font-style: italic ;
 } 

/* Table styles */

CAPTION
 {
  color: #006600 ;
 } 

/* Division styles */

div.toplinks
 {
  margin-left: 40px ; 
  margin-right: 40px ;
 } 

div.toplinks p, div.toplinks li
 {
  font-size: 90% ;
 } 

div.intro
 {
  font-weight: bold ;
 } 

 
/* Links styles */

a:link
 {
  text-decoration: none ;
  color: #ff1805 ;
 }

a:visited
 {
  text-decoration: none ;
  color: #3500ee ;
 } 

a:active
 {
  text-decoration: none ;
  color: #1fb204 ;
 } 

a:hover
 {
  font-weight: bold ;
  text-decoration: underline ;
 }