﻿@media screen
{
    body,
    td,
    th,
    input,
    select
    {
	    font-family: Verdana;
	    font-size: 11px;
	    color: #333333;
    }
    
    input[type='text'],
    textarea
    {
        border: solid 1px #abadb3;
        padding: 3px;
    }

    a
    {
        color: #4082ba;
	    text-decoration: underline;
    }

    a:hover
    {
	    text-decoration: none;
    }

    h1, h2
    {
        font-size: 18px;
        margin: 0px;
        color: #212e63;
    }
    
    h2, h3
    {
        font-size: 17px;
        font-weight: bold;
        color: #212e63;
    }
}