	
	
	
	a.small {
		font-weight: normal;
		color: #999;
	}
	
	a.small:hover {
		color: #333;
	}
	
	.article {
		padding-top: 8px;
		padding-bottom: 8px;
		clear: left;
	}
	
	.articleImage {
		text-align: center;
		float: left;
		width: 110px;
		height: 110px;
	}

	
	/* Tags */
	
	body {
		font-family: Arial, helvetica;
		font-size: 76%;
	}
	
	a {
		text-decoration: none;
		color: #0E2B8D;
	}
	
	a:hover {
		color: #666;
	}	
	
	h1 {
		color: #3C2E79;
		font-size: 140%;
	}
	
	h4 {
		font-size: 100%;
	}

	a.pageSelected {
		font-weight: bold;
	}