/*
	Style Sheet for the right-hand column of Philadelphia Reflections
	which contains a list of individual blogs ("Reflections") derived from RSS XML
*/
	
.individualColumnTop, .individualColumn, .individualColumnLink {
		color: #000000;
		line-height: 120%;
		width:185px;
		background-color:#F0F0F0;
		
		font-family: Verdana, Arial, Helvetica, sans-serif;
		}
		
.individualColumnTop, .individualColumn {
		padding: 6px;
		margin-left: 2px;
		margin-right: 4px;
		}

.individualColumnTop {
	border-style: solid;
	border-width:1px;
	margin-top: 0px;
	margin-bottom: 5px;

	font-size: 12px;
	font-weight:bold;
	text-align:center;
	}

.individualColumn {
	border-style: none;
	margin-top: 4px;
	margin-bottom: 5px;
	
	font-size: 11px;
	text-align: left;
	}

.individualColumnLink {
	border-style: none;
	
	font-size: 12px;
	font-weight:bold;
	text-align: left;
	text-decoration:none;
	}

a.individualColumnLink:link {
		color: black;
		background-color: #F0F0F0;
		}	
					
a.individualColumnLink:visited {
		color: #b22222;
		background-color: #F0F0F0;
		}

a.individualColumnLink:active {
		color: black;
		background-color: #F0F0F0;
		}
 
a.individualColumnLink:hover { 
		color: red;
		background-color: yellow;
		text-decoration: none;
					}