@media all {
    hr {
        border: 2px dotted #d9d9d9;
    }
    a img, iframe {
        border: none;
    }
    table, thead, tfoot, tbody, tr, th, td {
        border-collapse: collapse;
    }
    th, td, input, textarea, select, button {
        border-color: #cccccc;
    }
    th, td, input, textarea, select, button {
        border-style: solid;
    }
    th, td, input.checkbox, input.radio {
        border-width: 0;
    }
    hr {
        border-width: 2px 0 0 0;
    }
    .h1, .h2, .h3, .blockquote, .p {
		display: block;
    }
    dt, dd dd {
        float: left;
    }
    dd dt {
        float: none;
    }
    h1, .h1, h2, .h2, blockquote, h3 big, p big, dt big, dd big, .button, .replace {
        font-family: gotham, arial, helvetica, sans-serif;
    }
    body, div, h3, blockquote, .blockquote, p, .p, ul, ol, li, dl, dt, dd, table, thead, tfoot, tbody, tr, th, td, form, input, textarea, select, option, button, .menu li li {
        font-family: arial, helvetica, sans-serif;
    }
    big {
        font-size: 110%;
    }
    small {
        font-size: 80%;
    }
    .menu li li  {
        font-weight: normal;
    }
    .h1, .h2, .h3, button, .menu li {
        font-weight: bold;
    }
    li {
        list-style-position: outside;
    }
    ul li {
        list-style-type: square;
    }
    ol li {
        list-style-type: lower-alpha;
    }
    body, div, h1, .h1, h2, .h2, h3, .h3, blockquote, .blockquote, p, .p, ul, ol, li, dl, dt, dd, table, thead, tfoot, tbody, tr, th, td, form, option {
        margin: 0;
    }
    body, div, li, dt, dd, table, thead, tfoot, tbody, tr {
        padding: 0;
    }
    body, th, td {
        text-align: left;
    }
    th, td {
        vertical-align: top;
    }
}
@media screen {
    input, textarea, select, button {
        border-width: 1px;
    }
    dd dd input {
        border: none;
    }
    button {
		cursor: pointer;
    }
    h1, .h1, h2 big {
        font-size: 20px;
    }
    h2, .h2, blockquote, h3 big, p big, dt big, dd big, .menu li, .button.big {
        font-size: 14px;
    }
    body, div, h3, .h3, blockquote, .blockquote, p, .p, ul, ol, li, dl, dt, dd, table, thead, tfoot, tbody, tr, th, td, form, input, textarea, select, option, button, .menu li li  {
        font-size: 12px;
    }
    table {
        margin: 6px 12px;
    }
    button {
        margin: 0 12px 6px 12px;
    }
    dd button {
        margin: 0;
    }
    hr {
        margin: 6px;
    }
    li {
        margin-left: 18px;
    }
    dd, dd dt {
        margin-left: 144px;
    }
    dt, dd {
        margin-bottom: 6px;
    }
    dd.submit {
        margin-bottom: 0;
    }
    h1, .h1, h2, .h2, h3, .h3, blockquote, .blockquote, p, .p, ul, ol, dl {
        padding: 6px;
    }
    dl {
        padding: 6px 12px 0 12px;
    }
    dl dl, table p {
        padding: 0;
    }
    th, td {
        padding: 3px 6px;
    }
    input, textarea, option {
        padding: 2px 2px;
    }
    button {
        padding: 5px 0;
    }
    dt, dd dd  {
        width: 144px;
    }
}