
.menu {
	background-color: #ccc;
	width: 200px;
	padding: 10px;
	float: left
	}

.content {
	background-color: #ececec;
	padding: 10px;
	width: 340px;
	float: left
	}
a.article   {
	color: #f00;
	display: block;
	padding-bottom: 10px
	}



a.articleRead   {
	color: #900000;
	display: block;
	padding-bottom: 10px
	}


.clipLinkStyle {
	color: #c3c8ae;
	font-size: 24px;
	font-family: webdings
	}

a.clipLinkStyle {
	color: blue;
	text-decoration: none;
	position: relative;
	width: 15px
	}


