/* HTML tag modifications */

body {
    padding: 0;
    margin: 0;
    font: 12px mono,sans-serif,Arial;
	color:#EEEEFF;
	background:#000020;
}
a {
	font-size: 12px;
	color:#AADDFF;
}

form {
    margin: 0;
}

input {
    margin: 0;
}

h1, h2 {
    font-weight: bold;
    font-size: 17px;
}

h3 {
    font-weight: bold;
    font-size: 16px;
	color:#FFEEFF
}

h4 {
    font-weight: bold;
    font-size: 14px;
	color:#CCCCFF
}

pre {
    clear: both;
    overflow-x: auto; /*for IE, so it doesn't display the vertical scrollbar */
    background-color: #efefef;
    width: 600px; /*for IE, which doesn't obey !important or width:100% on pre */
    padding-bottom: 0 !important;
    padding-bottom: 1.5em; /* for IE which doesn't make room at the bottom of the pre for a horizontal scrollbar */
}

/* ignored by IE */
html>body pre {
    overflow:auto;
}

table {
    font-size: inherit;
}

strong {
	font-size:14px;
	color:#FFFFFF
}
