body { background: white; color: black; }
body, td { font-family: verdana, helvetica, sans-serif; font-size: small; }

/* these are colours we use for menus */

/* not used but nicked from advogato and kept for reference */

.adv1     { background: #e0d0c0; } 	/* red */
.adv2     { background: #e0d0ff; }	/* purple */
.adv3     { background: #c0d0ff; }	/* neon blue */
.adv4     { background: #c0ffc8; }	/* neon green */

.mpersonal      { background: #e98080; } /* red */
.mprojects	{ background: #ffc343; } /* orange */
.mpkg		{ background: #fffc7c; } /* yellow */
.mpatches	{ background: #9fdf5f; } /* green */
.mpresents      { background: #c0d0ff; } /* neon blue */
.mlinux         { background: #e0d0ff; } /* purple */

/* quotes should be small and italic */

.quote { font-style: italic; font-size: small; }

/* put H1 in eraserdust, and slightly bigger */
H1 { 
  font-family: eraserdust,verdana, helvetica, sans-serif; 
  font-size: xx-large;
  font-weight: bold;
}

/* put H2 in eraserdust */
H2 { 
  font-family: eraserdust,verdana, helvetica, sans-serif; 
}

/* don't underline links */
A { text-decoration: none }

/* boldify DT */
DT { font-weight: bold }

/* log style stuff */
/*
/* categories on the right hand side should not have list markers */
UL.categories,UL.post-categories,UL.children {
        list-style-type: none;
}

.title     { background: #e0d0ff; }	/* purple */

