﻿body
{
    font-family: Arial, Helvetica, sans-serif;
}
h1
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    font-size: x-large;
}
h2
{
    text-align: right;
    font-size: larger;
}

.fon
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
    
}
