﻿html
{
    width: 100%;
    height: 100%;
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}

*:focus
{
    outline: 0;
}

body
{
    font-family:  Helvetica, Arial, Sans-Serif;
    color: #777;
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
    font-size: 100%;
    text-rendering: optimizelegibility;
}

h1, h2, h3, h4, h5, h5, p, blockquote, ul, ol
{
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}

th
{
    text-align: left;
}

input[type=text], input[type=password], input[type=email], textarea
{
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}


ul
{
    list-style: none;
}

a
{
    text-decoration: none;
    outline: none !important;
    overflow: hidden;
    color: #cc0000;
    transition: all 0.25s ease 0s;
}

a:hover
{
    text-decoration: none;
    color: #000;
}

a img
{
    border: none;
}

a, a:active, a:visted, a:hover, a:link, a:link:active, a:visited:active, a:focus, :focus
{
    outline: none !important;
    outline: 0px !important;
    -webkit-appearance: none;
    border: none !important;
}