/* Cascaded stylesheet for Mickel's home page */

body
{
 background: white;
 color: black;
 font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;
 font-size: small;
 margin: 2em 2em 2em 2em;
}

h1
{
  font-size: medium;
}

h2 
{
  font-size: small;
}

h3
{
  font-size: small;
  font-weight: normal;
  font-style: italic;
}

p, h1, h2, h3,form
{
 margin: 1em 1em 1em 1em;
}

hr
{
  size: 1px;
}

p, td
{
  font-size: x-small;
}

.italic
{
  font-style: italic;
}

.bold
{
  font-weight: bold;
}

strong.red
{
  font-weight: normal;
}

.red
{
 color: #CC0033;
}
