body {
   margin:           0;
   background-color: black;
   color:            #ddd;
   font-family:      trebuchet MS, trebuchet, verdana, arial, sans-serif; 
	font-size:        14px;
}

h1 {
   margin:           0px;
   padding:          0px; 
   color:            green; 
   font-weight:      bolder; 
   text-align:       center; 
   font-variant:     small-caps; 
}

h2,h3,h4,h5,h6 {
	margin:           0px;
	padding:          0px;
   color:            #cf9; 
   font-weight:      bolder; 
   font-varient:     small-caps;
}

a { 
   color:            #9c6; 
   text-decoration:  none; 
   font-weight:      bolder; 
} 

a:visited { 
   color:            #cf9;
}

a:active, a:hover	{ 
   color:            white;  
} 

#header { 
   color:            white;
	font-size:        x-large;
	font-weight:      normal;
	border-bottom:    1px dotted white;
	background:       #481;
	padding:          5px; 
	letter-spacing:   .2em;
	font-varient:     small-caps; 		
	text-align:       center;
}

#categories {
   padding:          0 2px;
   margin:           0 1px;
   border:           1px solid white;
}

#categories ul
{
   list-style-type:  none;
}

#categories li {
   display:          inline;
}

.entry {
   margin:           10px 1em 0 1em;  
	border-bottom:    1px dotted #f4f4f4;
}