html {
    height: 100%;
}

body
{
    color: #333;
    font-family: Arial, sans-serif;
    font-size: 12px;
}

strong
{
    font-weight: bold;
}

em
{
    font-style: italic;
}

a:hover
{
    text-decoration: underline;
}

a
{
    color: #0072c2;
}

    a:visited
    {
        color: #660099;
        color: #0072c2;
    }

.ms-WPBody a:visited
{
    color: #0072c2;
}

p
{
    margin-bottom: 10px!important;
}

    p img
    {
        margin: 7px;
    }

#main-content ul
{
    margin-bottom: 10px!important;
}

sup
{
    vertical-align: super;
    font-size: 10px;
}

/*__textarea__*/
/*
textarea, select, input
{
    color: #667;
    padding: 2px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background: #F5F5F5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    select:hover, textarea:hover, input:hover
    {
        background: #FFF;
    }

    select option
    {
    }
*/
