#content
{
   /*border: dashed 1px green;*/
   padding: 10px 10px 20px 10px;
   width: 920px;
}

#content h1,h2,h3,h4,h5,h6
{
   margin: 10px 0;
}

#content h1
{
   font-size: 150%;
   font-weight: bold;
}

#content h2
{
   font-size: 130%;
   font-weight: bold;
}

#content h3
{
   font-size: 110%;
   font-weight: bold;
}

#content p
{
   margin: 10px;
}

#content ol li
{
   list-style: decimal;
   margin: 10px 0 10px 30px;
}

#content ul li
{
   background-image: url('../images/bullet.jpg');
   background-position: 0 .4em;
   background-repeat: no-repeat;
   font-size: 110%;
   margin: 15px 0 15px 50px;
   padding-left: 15px;
}

#content ul.inline-list li
{
   font-size: 100%;
   text-align: justify;
}

#content em
{
   font-style: italic;
}

#content strong
{
   font-weight: bold;
}
