﻿body {
  color : #000000;
  background : #ffffff;
  font-family : "Times New Roman", Times, serif;
}
.main-div {
	width:100%;
}
a:link, a:visited, a:focus, a:hover, a:active {
	text-decoration : underline;
	color: #0000a0 ;
}
hr {
	border-style: double;
	border-width: 2px 0px 2px 0px;
	border-color: #000000;
	height: 5px;
	width: 92%;
	text-align: center;
	margin-top: 6px;
	margin-bottom: 6px;
}
.no-print {
  display : none;
} 
