/**
 * light design
 *
 * @css-for body
 */
body {
color: #000;
}

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

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

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

#comments input[type=submit], #guestbook input[type=submit] {
background-color: #fff;
color: #000;
}

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