* { margin: 0; padding: 0; }

body { margin: 1em; }

h2 {
	color: #99B144;
	font: 1.3em/2em Georgia, serif;
	margin: 0 0 1em 0;
	}
	
p,ol {
	font: 0.9em/1.5em 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 solid #D0D0D0;
	padding: 10px 0;
	margin: 10px 0 10px 0;
	height: 50px;
	}
	
ul#attribute li {
	display: inline;
	}
	
ul#attribute li a {
	display: block;
	text-decoration: none;
	float: left;
	padding: 1px 6px 1px 20px;
	margin: 2px 2px 2px 0;
	color: #777;
	}

ul#attribute a:hover {
	color: #000;
	}
	
ul#attribute li a.permalink {
	background: #F1F1F1 url(ver1/permalink.gif) 6px 7px no-repeat;
	}
	
ul#attribute li a:hover.permalink {
	background: #E9F7D5 url(ver1/permalink.gif) 6px -22px no-repeat;
	}
	
ul#attribute li a.author {
	background: #F1F1F1 url(ver1/author.gif) 6px 6px no-repeat;
	}
	
ul#attribute li a:hover.author {
	background: #E9F7D5 url(ver1/author.gif) 6px -27px no-repeat;
	}	
	
ul#attribute li a.comments {
	background: #F1F1F1 url(ver1/comments.gif) 6px 6px no-repeat;
	}
	
ul#attribute li a:hover.comments {
	background: #E9F7D5 url(ver1/comments.gif) 6px -27px no-repeat;
	}	
	
ul#attribute li a.category {
	background: #F1F1F1 url(ver1/category.gif) 6px 6px no-repeat;
	}
	
ul#attribute li a:hover.category {
	background: #E9F7D5 url(ver1/category.gif) 6px -27px no-repeat;
	}	
