﻿#MainGist
{
    width:490px;
    padding:10px 25px;
}

h2
{
    
}

h2.heading
{
    border-bottom:solid 2px #666;
    font-family:Tahoma, Arial, Helvetica, sans-serif;
    color:#f60;
    font-size:180%;
    line-height:1.5;
    margin-bottom:20px;
    font-weight:normal;
}

h4
{
    font-size:100%;
    margin:25px 0 5px 0;
}

ul
{
    font-size:90%;
    list-style:none;
    }

#MainGist p, #MainGist ul li
{
    margin-bottom:8px;
}

.highlight
{
    font-weight:bold;
    color:#f93;
}