﻿@charset "UTF-8";
/*by: joseph schmidt.  re: clears all default user-agent attributes & establishes genmed defaults.*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, input, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, textarea, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
button, fieldset, form, label, legend, select,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    border: 0;
    margin: 0;
    padding: 0;
}

a:link {
    color: blue;
    text-decoration: none;
}

a:visited {
    color: blue;
}

a:hover {
    color: blue;
    cursor: pointer;
}

a:active {
    color: blue;
}

a.btn-txt:link {
    color: white;
}

a.btn-txt:visited {
    color: white;
}

a.btn-txt:hover {
    color: blue;
}

a.btn-txt:visited {
    color: white;
}

body {
    background-color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    width: 100%;
}

button {
    background-color: transparent; /*to allow inherited bg-color transitions*/
    cursor: pointer;
    font-size: 1em;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border-style: none;
}

textarea {
    resize: none;
}