body {
    background: #000;
    color: #000;
}
body > * {
    background: #ccc;
}

h1, h2 {
    font: bold 18px Verdana;
    text-shadow: rgba(255,255,255,.2) 0 1px 1px;
    color: #333;
    margin: 10px 20px 5px;
}

/* links */

a 	{
text-decoration: underline;
} 
a:link {
color: #000;
}
a:visited {
color: #000;
}
a:hover	{
color: #68a8d3;
}

/* Box design */ 
.box	{
	font-family: Helvetica, sans-serif;
	font-size:12px;
	width:150px
}

.box2	{
	font-family: Helvetica, sans-serif;
	font-size:14px;
	width:280px
}

.mini	{
	font-family: Verdana, sans-serif;
	font-size:12px;
}
/* @group Toolbar */



.add {
    font-size: 12px;
    line-height: 12px;
	line-height: 30px;
    font-weight: bold;
}
/* @end */
/* @group Lists */
h1 + ul, h2 + ul, h3 + ul, h4 + ul, h5 + ul, h6 + ul {
    margin-top: 0;
}