﻿html, body 
{
    background:#333;
    font-family:Helvetica, Arial, Sans-Serif;
    color:#ccc;
    font-size:14px;
}

    a { color:#D07313; text-decoration:none;}
    a:hover { text-decoration:underline; }

.wrapper
{
    width:700px;
    margin:auto;
    text-align:left;
    margin-top:100px;
    padding:0 50px 0 50px;
}

h1
{
    font-size:40px;
    border-bottom:1px dotted #666;
    line-height:40px;
    margin-bottom:5px;   
    width:550px;
}

h2
{
    font-size:20px;
}

dd
{
}

dt
{
    font-weight:bold;
    margin-top:20px;
    margin-bottom:5px;
}    

img
{
    width:90px;
    margin:0px 0px 5px 0px;
}
