@charset "utf-8";

html,
h1 {background:#030}
h2 {font-size:150%}

body {
font:medium/1.6 Helvetica,Verdana,sans-serif;
margin:1em auto;
padding:1.6em;
width:700px;
background:#ffe;
color:#000;
}

h1 {
margin:0;
color:#ff9;
font-size:250%;
text-align:center;
}

a {color:#00e}
a:visited {color:#528}

a:hover {
background:#ff0;
text-decoration:none;
}

a:active {color:#e00}

h2,
h2 a,
h2 a:visited {
text-decoration:none;
color:#030;
}

h2 a:hover {
text-decoration:underline;
background:0;
color:#00e;
}

h2 a:hover:visited {color:#528}
h2 a:hover:active {color:#e00}

img {
display:block;
margin:0 auto;
border:none;
}

input,
textarea {width:100%}
textarea {font:small/1.4 "Andale Mono",monospace}

#footer {
margin:2em 0 0;
border-top:1px solid #030;
padding:.5em 0 0;
}
