.border-all{
	border:3px solid #008000;
}
h1 {
    font-size: 20px !important;
}
.border1{
	border:1px solid green !important;
}
a{font-size:14px;}
a:link
	{
	font-style:normal;
	font-weight:normal;
	text-decoration: underline;
	cursor:hand;
	}
a:active
	{
	font-style:normal;
	font-weight:bold;
	text-decoration:underline;
	}
a:visited
	{
	font-style:normal;
	font-weight:normal;
	text-decoration:underline;
	}
a:hover
	{
	font-style:normal;
	font-weight:bold;
	text-decoration:underline;
	cursor:hand;
	}
h2 {
    
    font-size: 1.5em !important;
    
}
@media (min-width: 1200px){
.container {
    max-width: 780px !important;
}
}
