﻿body
{
    font-family: 'Trebuchet MS';
    margin-left: 40px;
    margin-top: 40px;
    color: #323232;
    background-color:#f5f5f5;
}

#adsense
{
    width: 600px;
    padding-bottom: 20px;
    padding-left: 40px;
}

#content
{
    width:600px;
    border: dotted 1px silver;
    padding: 40px;
    padding-top: 20px;
    background-color:White;
}

a
{
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

a img
{
    border:none;
}

h2
{
    color:Blue;
}

hr
{
    text-align:left;
    color:silver;
    border-style:dotted;
    height:1px;
}
.box
{
    margin-top:30px;
    margin-bottom:30px;
    padding: 20px;
    border: dotted 1px blue;
    background-color: #ffffcc;
    color: Blue;
    width: 400px;
    font-size: xx-large;
}
.disclaimer
{
    font-size:small;
}
