@font-face {
  font-family: "Calibri";
  src: url(CalibriLight.ttf) format("truetype");
}

@font-face {
  font-family: "HelveticaLight";
  src: url(HelveticaNeue.dfont) format("truetype");
}


.main a { 
	color: maroon;
	font-size: pt;
	text-decoration: underline
  	}
  
.main a:hover {
	color: black;
	font-weight: lighter;
	text-decoration: underline
	}
	
.column {
		display: block;
		vertical-align: top;
	}
.date {
	text-align: left;
	font-weight: lighter;
	border-bottom-color: #e6e6e6;
	border-bottom-style: none;
	border-top-style: none;
	border-bottom-width: 1px;
	border-top-width: 1px;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-top: 2px;
	color: maroon;
	background-repeat: repeat-x;
	font-family: Calibri, Helvetica, Verdana, Arial, sans-serif;
	font-size: 14pt;
	}
	
.blog {
	margin-bottom: 15px;
	color: #484848;
	padding: 5pt;
	text-align: justify;
	font-size: 12pt;
	font-family: Calibri, Helvetica, Verdana, Arial, sans-serif;
	font-weight: lighter;
	}
	
.quote {
	text-align: left;
	font-style: italic;
	padding-right: 50px;
	padding-left: 50px
	}
	
.year {
		margin-bottom: 20px;
		padding-top: 10px;
		color: #e7e7e7;
		border-bottom-color: #e7e7e7;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		text-align: right;
		font-weight: bold;
		font-family: Calibri, Helvetica, Verdana, Arial, sans-serif;
		font-size: 50pt;
	}
