/*tw0-0wt*/

@font-face{
    font-family: 'Courier New';
    src: url('/cour.ttf') format('truetype'),
}

html{
    display: table;
    margin: auto;
}

html, body{
    position: relative;
}

html, body, div, form, p, pre, hr, span, tr, th, td, img {
	font-family: 'Courier New', monospace, monospace;
    padding: 0;
    border: 0;
}

form, p, pre, hr, span, tr, th, td, img {
	margin-top: 0;
    margin-bottom: 0;
}

body{
    top: 0px;
    display: table-cell;
    background-color: #EEEEEE;
    color: #111111;
    font-size: 16px;
    border: double;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Courier New', monospace, monospace;
	margin-top: 0;
    margin-bottom: 0;
	vertical-align: middle;
    color: #111111;
    border-bottom: 1px solid #CCCCCC;
}

h1 {
    font-size: 4em;
}
h2 {
    font-size: 3em;
}
h3 {
    font-size: 2em;
}
h4 {
    font-size: 1.5em;
}

hr {
    height: 2px;
    background: #1d5;
    border: 0;
}

strong {
    font-weight: bold;
}

code {
    font-size: 16px;
}

a {
    color: #aaa;
    text-decoration: none;
}

a:hover {
    color: #999;
    text-decoration: underline;
}
