
/* ----- Collects all html element specific styles regardless on classes (body and html is defined in main ------ */

a {
    border: 0 none;
    color: #00AAFF;
    font-size: 12px;
    text-decoration: none;
}

img {
    border: 0;
}

table {
    border:0;
}

fieldset {
    margin: 15px 20px;
    border: medium none;
    font-size: 13px;
}

table legend,
fieldset legend {
    color: #999999;
    font-weight: bold;
    font-size: 16px;
}

button::-moz-focus-inner {
    border: 0;
}

