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

.body {

}

.bp {
	float:left;
	width:200px;
	background-color:#369;
}

#links ul {
        list-style-type: none;
        width: 860px;
		margin-left:12px;
  		padding-left:0;
} 

#links li {
		border-bottom:1px dotted #999;
        border-width: 1px 0;
        margin: 0;
}

#links li a { 
        color: #666;
        display: block;
	font-family:Arial, Helvetica, sans-serif;
        padding: 5px;
        text-decoration: none;
}

 * html #links li a {  /* make hover effect work in IE */
	width: 860px;
}

#links li a:hover {
        background: #ffffcc;
}

#links a em {
	color: #333;
	display: block;
	line-height: 105%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#links a span {
        color: #666585;
	font-family:Arial, Helvetica, sans-serif;
        line-height: 120%;
}
#links span {
        color: #666666;
	font-family:Arial, Helvetica, sans-serif;
}

.mytags ul {
 	margin-left:0;
 	padding-left:0;	
}

.mytags li {
	
	line-height: 30px;
	display:inline;
	color: #666585;
	font-family:Arial, Helvetica, sans-serif;
    padding: 5px;
    text-decoration: none;
}

.mytags li a:hover {
        background: #ffffcc;
		text-decoration:none;
		padding:5px;
		line-height:30px;

}

.mytags li a {
	color: #666585;
		text-decoration:none;
		line-height:30px;
		padding: 5px;
}
