@import url(forms.css);

body {
	color: black;
	background-color: white;
    margin: 1em;
}

h1 {
    font-size: 2em;
    font-weight: normal;
    letter-spacing: 2px;
}

#test {
    display: block;
    margin: 1em;
    position: relative;
    clear: both;
}

#test label:before {
    content: "[#" attr(for) "] ";
    font-size: smaller;
    color: #060;
}

#test fieldset > legend > a {visibility: hidden;}
#test fieldset:hover > legend > a {visibility: visible;}

#testConsole h2 {
    color: #333;
    line-height: 1.4;
}
#testConsole p {
    margin: .5em 2em;
}
#testConsole p u {
    color: #00f;
    text-decoration: none;
}
