html * {
    padding: 0;
	border: 0;
	margin: 0;
	-moz-border-radius-topleft: 20px;
}

html {
    background: url(bg.jpg);
}

a {
    color: #eee;
	font-style: italic;
	text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:after {
    content: " " url(link.gif);
}

body {
    background-color: #000;
	color: #eee;
	font-family: sans-serif;
	font-size: 13px;
    margin: 0 200px;
	
	opacity: 0.9;
}

h1 {
    color: #e3b021;
	font-size: 3em;
}

h1 span.red, 
p.important, 
strong span {
    color: #bd370d;
}

h1 a,
h1 a:hover, 
h1 a:after {
    content: "";
	text-decoration: none;
	font-style:  normal;
}

h1 span.small {
    font-size: .5em;
	color: #eee;
}

code {
    display: block;
	padding: 10px;
	margin-top: 10px;
	background: #eee;
	color: blue;
}

div{
    padding: 20px;
	border: 2px solid #111;
	margin-top: 10px;
}

dl {
    margin: 20px;
}

dt {
    font-weight: bold;
}

dd {
    text-indent: 120px;
	margin-bottom: 10px;
	margin-top: -1.5em;
}

p {
	background: #111;
	margin-bottom: 10px;
	padding: 10px;
}

form {
    text-align: center;
}

label {
    display: block;
}

input, textarea {
    font-size: 2em;
	width: 500px;
	margin: 5px;
	padding: 0 0 0 20px;
}

input[type=submit] {
    color: #bd370d;
	border: 2px solid #bd370d; 
	background: #e3b023;
}

textarea {
    height: 300px;
}

iframe {
    height: 5px;
}

li {
    margin-left: 30px;
}
