html
{
    background: #fafafa;
}

body
{
    font-family: "Tahoma";
    font-size: 13px;
    text-align: center;
}

a
{
    color: #0000ff;
    text-decoration: none;
}

p 
{
    line-height: 16px;
    margin: 0 0 10px 0;
}

p.indented
{
    text-indent: 30px; 
    margin: 0 0 0 0;    
}

hr
{
    border: none;
    color: #ffffff;
    clear: both;
    padding: none;
    margin: none;
    height: 0px;
}

h1
{
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 20px 0;
}

h2
{
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 20px 0;  
}

.blue
{
    color: #0000ff;
}

.center
{
    text-align: center;
}

.right
{
    text-align: right;
}

#wrap
{
    background: #ffffff;
    border: 1px solid #cacaca;
    text-align: left;
    margin: 20px auto;
    padding: 15px;
    width: 640px;
}