.border-all{
	border:3px solid #008000;
}
.dis-bg{
	background:#cccccc;
}
.border1{
	border:1px solid green !important;
}
a:link
	{
	font-style:normal;
	font-weight:normal;
	text-decoration: underline;
	cursor:hand;
	color: green;
	}
a:active
	{
	font-style:normal;
	font-weight:bold;
	text-decoration:underline;
	color: green;
	}
a:visited
	{
	font-style:normal;
	font-weight:normal;
	text-decoration:underline;
	color: green;
	}
a:hover
	{
	font-style:normal;
	font-weight:bold;
	text-decoration:underline;
	cursor:hand;
	color: green !important;
	}
h2 {
    font-family: Garamond, Georgia, Serif !important;
    font-size: 24px !important;
    color: #007700 !important;
    border-top: 1px dashed #c0c0c0;
    border-bottom: 1px dashed #c0c0c0;
}
@media (min-width: 1200px){
.container {
    max-width: 780px !important;
}
}
