/* Cascading Style Sheet for Bryden Cais's 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: #000000;
   text-size: 2em;
}

H2 {
   color: black;
   text-size: 5em;
}

H3 {
   text-size: 1em;
}


A {
   text-decoration: none;
}

P.indent {
   text-indent: 2em;
}

