* { margin: 0; padding: 0; }

body { margin: 1em; }

h2 {
	color: #005AFF;
	font: 1.3em/2em Georgia, serif;
	margin: 0 0 1em 0;
	}
	
p,ol {
	font: 0.8em/1.8em "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0 0 1em 0;
	}

ol {
	margin-left: 1em;
	}		
	
ul#attribute {
	list-style: none;
	font: 10px/20px Verdana, sans-serif;
	border-top: 1px dashed #D0D0D0;
	padding: 10px 0;
	margin: 10px 0 10px 0;
	}
	
ul#attribute li {
	display: inline;
	}
	
ul#attribute li a {
	display: block;
	text-decoration: none;
	float: left;
	padding: 0 12px 0 14px;
	color: #777;
	}

ul#attribute a:hover {
	color: #005AFF;
	}
	
ul#attribute li a.permalink {
	background: url(ver2/permalink_up.gif) 0 50% no-repeat;
	}
	
ul#attribute li a:hover.permalink {
	background: url(ver2/permalink_over.gif) 0 50% no-repeat;
	}
	
ul#attribute li a.author {
	background: url(ver2/author_up.gif) 0 50% no-repeat;
	}
	
ul#attribute li a:hover.author {
	background: url(ver2/author_over.gif) 0 50% no-repeat;
	}	
	
ul#attribute li a.comments {
	background: url(ver2/comments_up.gif) 0 50% no-repeat;
	}
	
ul#attribute li a:hover.comments {
	background: url(ver2/comments_over.gif) 0 50% no-repeat;
	}	
	
ul#attribute li a.category {
	background: url(ver2/category_up.gif) 0 50% no-repeat;
	}
	
ul#attribute li a:hover.category {
	background: url(ver2/category_over.gif) 0 50% no-repeat;
	}	
