* {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

html, body {
	margin: 0;
	padding: 0;
}  
  
small, .blog_date  {
  	font-size : 8pt;
}

/* Links */ 
a:link, a:visited {
	text-decoration: none;	
}
a:hover, a:active {
	text-decoration: none;
}
   
h1  {
	font-size : x-large;
	font-weight : normal;
}
  
h2, .heading2  {
	font-size : large;
	font-weight : normal;
}
  
h3, .heading3, .heading_blog, .blog_title  {
  	font-size : medium;
  	font-weight : normal;
}
  
h4, .heading4 {
	font-size : normal;
	font-weight : bold;
}
  
/* Remove the space at the top of ul and ol */
ul.compact, ol.compact {
	margin-top: 2px;
}

.align_left {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
}

.align_right {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
}

.photo_right_border {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
}

.photo_left_border {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
}

hr {
	border: none;
	height: 1px;
}
