.normal 
{
  background-image: url(canvas.gif); 
  font-family: 'Comic Sans MS',Arial,sans-serif; 
  font-size: 15px;
  margin-left:10%;
  margin-right:10%;
}

img { border-style: none }

h1 { color: blue; font-size: 30px; }
h2 { color: blue; font-size: 24px; }
h3 { color: blue; font-size: 20px; }
h4 { color: blue; font-size: 17px; font-weight: normal; }

a:link {color: blue; }
a:active {color: red; }
a:visited {color: purple; }
a:hover { color:red; }

.comment 
{
  font-family: 'Comic Sans MS',Arial,sans-serif; font-size: 15px;
  color: purple; 
  font-style: normal
}

.large 
{
  font-family: 'Comic Sans MS',Arial,sans-serif; 
  font-size: 17px;
}

.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 }

.insetleft
{
  float:left; border-style:none;
}

.insetright
{
  float:right; border-style:none;
}


