h2.heading_style{
	font-family: Georgia, serif;
	
}
h6.heading_style{
	font-family: Arial, sans-serif;
	font-size : 12px;
	width : 100%;
	display: flex;
    justify-content: center;
	
}
a.article_style{
	font-family: Georgia, serif;
}
p.paragraph_style{
	font-family: Georgia, serif;
}

p.paragraph_style.fz1{
	font-size : 14px;
}
a.paragraph_style.fz1{
	font-size : 12px;
}
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }
a.thick {
  font-weight: bold;
}

a.thicker {
  font-weight: 900;
}
h6.heading_style.thick {
  font-weight: bold;
}

h6.heading_style.thicker {
  font-weight: 900;
}
.box {

    overflow: hidden;
    text-align: center;
}
.box img {
    height: 100%;
    width: auto;
    vertical-align: bottom;
}



