/* Cascading Style Sheet for Number Theory Homepage */

BODY  { color: black; background-color: #ffffff; margin: 1em 3em }

/* BODY.top { */
/*   background-image: url(chalk.gif) ; */
/*   background-repeat: repeat-y; */
/* } */

/* BODY.indent { */
/*   margin: 2em 5em 1em; */
/*   background-image: url(chalk.gif) ; */
/*   background-repeat: repeat-y;  */
/* } */

H1 {
   color: #8F2C44;
   text-size: 2em;
}

H1.center  { font-size: x-large; align: center ! important }

H2 {
   color: #8F2C44;
/*   font-size: large; */
}

H3 {
   /* color: black; */
   text-size: 0.8em;
}


H4 {
   /* color: black; */
   text-size: 1.1em;
}

/* previously used color for links: AA9966 */

A:link {
   text-decoration: none;
   color: #AA8303; 
}

A:visited {
   text-decoration: none;
   color: #AA8303; 
}

A:active {
   text-decoration: none;
   color: #AA8303; 
}

A:hover {
   text-decoration: underline;
   color: #AA8303; 
}

P.indent { 
   text-indent: 2em;
}

div.colheading {
   text-color: #777777 ! important;
}
