@charset "utf-8";
/* CSS Document */
  <style>
/*a:link, a:visited {
  background-color:#06C;
  color: white;
  padding: 15px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
}

a:hover, a:active {
  background-color: red;
}*/
</style>
<style>
<style>
* {
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background-image:url(bg1.jpg);
    
}

/* Style the top navigation bar */
.topnav {
  overflow: hidden;
  background-color:#FFF;
}

/* Style the topnav links */
.topnav a {
  float: left;
  display: block;
  color:#FFF;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Change color on hover */
.topnav a:hover {
  background-color:#F00;
  color: black;
  
}

/* Style the content */
.content {
  background-color:white;
	 padding:1px;
  height: auto; /* Should be removed. Only for demonstration */
  width:auto;
  border-left:1px solid;
  border-right:1px solid;
}
.content3 {
  background-color:#EDEDED;
	 padding:1px;
  height: auto; /* Should be removed. Only for demonstration */
  width:auto;
 
}
.content2 {
  background-color:#EDEDED;
	 padding:1px;
  height:auto; /* Should be removed. Only for demonstration */
  width:auto;
  margin:auto;
}
.content1 {
  background-color:white;
	 padding:1px;
  height: auto; /* Should be removed. Only for demonstration */
  width:auto;
  /*border:1px solid;*/
  border-left:1px solid;
  border-right:1px solid;
  }
.contentw {
  background-color:white;
	
  height: auto; /* Should be removed. Only for demonstration */
  width:auto;
  /*border:1px solid;*/
  border-left:1px solid;
  border-right:1px solid;
  }

/* Style the footer */
.header {
  background-color:#06C;
  padding: 1px;
  text-align:center;
  background-image:url(banner3www.jpg);
  height:18	0px;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  margin-top:10px;
  color:#FFF;
  border-left:1px solid #000;
  border-right:1px solid #000;
  border-top:1px solid #000;
}
.footer1 {
  background-color:#828282;
  padding: 30px;
  height:100px;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  border-left:1px solid;
  border-right:1px solid;
  border-bottom:1px solid;
  
}
.p
{
	font-size:30px;
	text-align:center;
	color:#FFF;
	margin-top:50px;
}
.p1
{
	font-size:10px;
	text-align:center;
	color:#FFF;
	margin-top:10px;
}
th
{
	
	text-align:center;
}
td
{
	text-align:center;
	text-wrap:suppress;
	vertical-align:central;
}
.th2
{
	width:15px;
}

.th3
{
	width:50px;
}
ul
{
	font-size:25px;
}table {
    table-layout: fixed;
    width: 100%;   
}
th,td {
    border-style: solid;
    border-width: 5px;
    border-color: #BCBCBC;
    word-wrap: break-word;
}

.blinking{
    animation:blinkingText 1.2s infinite;
}
@keyframes blinkingText{
    0%{     color: #000;    }
    49%{    color: #000; }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: #000;    }
}

</style>
/*<style>
div.gallery {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 180px;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}
</style>

*/