@charset "UTF-8";
/* CSS Document */


#right p, #right ul, #right ul li{
border: 0;
margin:0;
padding:0;
}

#right ul li {
list-style: none;
font-size: .8em;
}

#right ul {
border-bottom: 1px dotted #ccc;
padding: 5px 0;
}


#right ul li {
color:#0aa991;
background: inherit;
}

#right li a, #right li a:link, #right li a:active, #right li a:visited {
color: #333;
background: inherit;
}

#right li a:hover {
color: #ccc; 
background-color: inherit;
}

#left p.date {
font-size: .8em;
color: #aaa;
background: inherit;
}

#archiveLink {
	clear: both;
}
p#previous {
	float: left;
	width: 100px;
}

p#next {
	float: right;
	width: 100px;
}