BODY {
background:url(/images/paper11.gif);
font-family:"Arial Narrow","Arial","Verdana";
font-size:14pt;
color:black;
margin-left:6em;
margin-right:6em;
}

      a:link:hover{color:indigo};
      a:link{color:blue};
      a:visited{color:red};
      a:visited:hover{color:maroon};
       

table {
font-size:1em;
color:black;
}

      .none{list-style:none}
      .green{list-style-image:url(/images/green-ball.gif)}
      .red{list-style-image:url(/images/red-ball.gif)}
      .blue{list-style-image:url(/images/blue-ball.gif)}
      .yellow{list-style-image:url(/images/yellow-ball.gif)}
      .magenta{list-style-image:url(/images/magenta-ball.gif)}

           
      ul{
      list-style-image:url(/images/red-ball.gif);
      };
      
      ul ul {
      list-style-image:url(/images/green-ball.gif);
      };
 
      ul ul ul {
      list-style-image:url(/images/blue-ball.gif);
      };
      
      ul ul ul ul {
      list-style-image:url(/images/magenta-ball.gif);
      };
      
      ul ul ul ul ul {
      list-style-image:url(/images/yellow-ball.gif);
      };
      


h1 {
font-size:1.8em;
text-align:center;
}

h2 {
font-size:1.4em;
text-align:center;
}

h3 {
font-size:1.2em;
text-align:center;
}

/* used for 'Home' link */
h4 {
font-size:1em;
text-align:center;
}

/* used for keywords when text on page is in an image*/
h5 {
color:white;
font-size:1pt;
text-align:center;
}

h6 {
font-size:0.7em;
};

table {
font-size:1em:
};

p {
font-size:1em;
};


pre {
font-size:80%;
};

