.normal 
{
  background-image: url(canvas.gif); 
  font-family: 'Comic Sans MS',Arial,sans-serif; 
  font-size: 15px;
  margin-left:10%;
  margin-right:10%;
}

h1 { color: blue; font-size: 30px; }
h2 { color: blue; font-size: 24px; }
h3 { color: blue; font-size: 18px; }
h4 { color: blue; font-size: 16px; font-weight: normal; }

.comment 
{
  font-family: 'Comic Sans MS',Arial,sans-serif; font-size: 15px;
  color: purple; 
  font-style: normal
}

.small 
{
  font-family: 'Comic Sans MS',Arial,sans-serif; 
  font-size: 12px;
}

.tiny
{
  font-family: Arial,sans-serif; 
  font-size: 10px;
}

.inset { font-family:Arial,sans-serif; font-size:14px; }
h1.inset { color: black; font-size: 16px }
h2.inset { color: black; font-size: 15px }
h3.inset { color: black; font-size: 14px }