#dummy-element{width:2px;} /* Necessary to check if StyleSheet has loaded */

/**
 * dark design
 *
 * @css-for body
 */
body {
background: #121211;
color: #808080;
}

h1, h2, h3, h4, h5, h6, fieldset, .commentcount {
color: #E2FFFF;
}

#sidebar ul li h3 {
color: #cbcbcb;
}

#comments input[type=text], #comments textarea, #guestbook input[type=text], #guestbook textarea {
background-color: #121211;
color: #f7f7f7;
}

#comments input[type=submit], #guestbook input[type=submit] {
background-color: #121211;
color: #8b8b8b;
}

/**
 * LINKS
 *
 * @css-for LINKS
 */
a:link, a:visited {
color: #cbcbcb;
}
 
a:active, a:hover{
color: #fff;
}

