/**
 * Alternative style for screen media
 *
 * AUTHOR: Akira Ohgaki <akiraohgaki@gmail.com>
 */

* {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    line-height: 1.4;
    letter-spacing: 0.06em;
    color: #333333;
    background-color: #ffffff;
    text-align: left;
    cursor: default;
}

input, button, select, textarea {
    font-family: monospace;
    font-size: 100%;
    color: #000000;
    background-color: #ffffff;
}
textarea {
    width: 97%;
    overflow: auto;
}

h1 {
    font-size: 200%;
    font-weight: 900;
}
h2 {
    font-size: 166%;
    font-weight: 900;
}
h3 {
    font-size: 125%;
    font-weight: 900;
}
h4 {
    font-size: 100%;
    font-weight: 700;
}
h5 {
    font-size: 90%;
    font-weight: 700;
}
h6 {
    font-size: 83%;
    font-weight: 700;
}

ul, ol, dl {
    margin-left: 2em;
}

blockquote {
    font-family: 'Times New Roman', Times, serif;
    font-size: 100%;
    color: #000000;
    background-color: #ffffcc;
    margin-left: 1em;
    padding: 0.5em;
    border-left: 0.5em solid #ffffcc;
}

pre {
    font-family: monospace;
    font-size: 100%;
    color: #000000;
    background-color: #ffffff;
    margin-left: 1em;
    padding: 0.5em;
    border-left: 0.5em solid #cccccc;
}

address {
    font-style: normal;
    color: #666666;
}

br {
    letter-spacing: 0;
}

a {
    text-decoration: none;
    color: #0066cc;
}
a:hover {
    color: #cc0000;
}

em {
    font-style: oblique;
    font-weight: bold;
}

strong {
    font-weight: bold;
    color: #cc0000;
}

