﻿#page
{
    background: #F8F8F8;
    border: 1px solid #CCC;
    font-size: 14px;
    line-height: 1.467;
    font-family: 'Segoe UI', 'Segoe WP', Helvetica, Arial, Sans-Serif;
    color: #333;
    width: 600px;
    margin: auto;
    padding: 32px;
}


h1
{
    font-size: 24px;
    color: #0651AB;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 0px;
    border-bottom: 2px solid #CCC;
}


h2
{
    font-size: 14px;
    border-bottom: 1px dotted #CCC;
    font-weight: bold;
    color: #666666
}

.T {
      color: #333;
}


.L:link {
    text-decoration: none;
      color: #333;
}

.L:visited {
    text-decoration: none;
      color: #333;
}

.L:active {
    text-decoration: none;
      color: #333;
}

.L:hover {
    text-decoration: underline;
    color: #333;
}

