/* CSS Document */

html, body {margin: 0;
		    padding: 0;
		    font-family: georgia, 'times new roman', serif;
			font-size: 12px;
		    color: #222;
		    }
			
.showColumn {width: 200px;
             margin: 0 auto;
            }
			
.month {font-size: 16px;
        color: #aa2222;
		font-variant: small-caps;
		font-weight: bold;
		padding-bottom: 1px;
		margin-bottom: 5px;
		border-bottom: solid thin #aa2222;
		}

.show {padding-bottom: 5px;
       margin-bottom: 5px;
	   border-bottom: solid thin #ccc;
		}
		
.date, .venue, .time, .info {padding-bottom: 2px;
		                     }
							 
.date {font-size: 14px;
       color: #2222cc;
	   }
	   
.venue {font-weight: bold;
        }
		
.time {color: #225522;}