
/* CSS Document */

h1{font-size:24px;color:#500;margin-bottom:5px;font-weight:bold;text-align:center;}
h2{font-size:20px;color:#000;margin-bottom:5px;font-weight:bold;text-align:center;}
h3{font-size:18px;color:#000;margin-bottom:5px;font-weight:normal;}
h4{font-size:32px;color:#000;text-align:center;}
h5{font-size:14pt;text-align:center;color:#000;font-weight:normal;font-style: italic;}
h6 img, h2 img, h3 img, h4 img, h5 img, img{margin:0 10 2 20;}
strong{font-weight:normal;}
em{font-weight:bold;}

* {
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}
	
body {
  margin:0;
  font-family: Arial, Helvetica, sans-serif;
	
}

/* Style the top navigation bar */
.topnav {
  overflow: hidden;
  background-color: #333;
}

/* Style the topnav links */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Change color on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Style the header */
.header {
  background-color: #fff;
  padding: 10px;
	border-bottom-style: solid;
  border-bottom: width:5px; color:#000;
	}
	
/* Style the content */
.content {
  background-color: #fff;
  padding: 10px;
}

a {
  text-indent: 50px;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img1 {float:left}

/* Create three equal columns that float next to each other */
.column {
  float: left;
  width: 33.33%;
  padding: 10px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
/* Style the footer */
.footer {
  background-color: #f1f1f1;
  padding: 10px;
}

p {
  color: black;text-align: left ;
 text-indent: 30px; margin: 0 !important;font-size:14pt;  
}



