﻿body 
{
    background-color: Gray; color: black; font-family: Verdanna, Arial, Sans-Serif, Helvetica; font-size: 10pt;
}

a
{
    color: Blue;
    text-decoration: none;
}

a:Hover
{
    color: Red;
    text-decoration: underline;
}

.SectionHeading
{
    font-size: 12pt; font-weight: bold;
}

.ImageCaption
{
    font-size: 8pt; font-style: italic; text-align: center; width: 100%;
}

.ImageTable
{
    float: right; border: solid 1px grey; padding: 10px 10px 10px 10px;
}

.Content
{
    width: 600px; background-color: White;
}

.SampleCode
{
    font-family: Courier New, Serif;
    font-size: 10pt;
    color: Green;
    padding-left: 15px;
    border-right: black 1px dashed;
    padding-right: 15px;
    border-top: black 1px dashed;
    padding-bottom: 5px;
    border-left: black 1px dashed;
    padding-top: 5px;
    border-bottom: black 1px dashed;
    margin: 10px;
}

.OSName
{
    font-style: italic;
}

.NoteHeading 
{
    font-style: italic; font-weight: bold; color: #800000;
}
