﻿/*Basic Html5 CSS*/

/*****Reset*****/
html, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, a {
    background: transparent;
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary { display: block; }


/***** Global *****/

/* Body */

body {
    font-family: Arial, sans-serif;
    font-size: 87.5%; /* Base font size: 14px */
    line-height: 1.429;
    margin: 0;
    padding: 0;
    text-align: left;
}

/* Headings */

h1 { font-size: 2.286em }

/* 32px 32/14*/

h2 { font-size: 1em }

/* 14px */

h3 { font-size: 1em }

/* 12px 12/14*/

h4 { font-size: 1.286em }

/* 18px 18/14*/

h5 { font-size: 1.143em }

/* 16px 16/14*/

h6 { font-size: 1em }

/* 14px */

h1, h2, h3, h4, h5, h6 { font-weight: bold; }

/* Anchors */

/*a {outline: 0;}

a img {border: 0px; text-decoration: none;}*/

a {
    outline: 0;
    text-decoration: none;
}

a img {
    border: 0px;
    text-decoration: none;
}

a:visited { color: White; }

/* Paragraphs */

p { margin-bottom: 1.143em; }

strong, b { font-weight: bold; }

em, i { font-style: italic; }

table { border-collapse: collapse; }

table td { border-style: none; }

ul { list-style: none; }