﻿h1
{
  font-size: 25px;
}
div.demo
{
  width:525px;
  background-color: White;
}
h2
{
  font-size: 15px;
  width: 50%;
  background-color: #ffffcc;
}
h3
{
  font-size: 36pt;
}
h4
{
  font-size: 2em;
}
div.demo#big
{
  font-size: 2em;
}
h5
{
  font-size: 0.5em;
}
